|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageHandler | |
---|---|
com.genesyslab.platform.applicationblocks.com | |
com.genesyslab.platform.applicationblocks.commons.broker | |
com.genesyslab.platform.clusterprotocol | Cluster Protocol Application Block |
com.genesyslab.platform.commons.protocol | Contains classes that support the Protocol objects
used by applications developed with the Platform SDKs. |
Uses of MessageHandler in com.genesyslab.platform.applicationblocks.com |
---|
Methods in com.genesyslab.platform.applicationblocks.com with parameters of type MessageHandler | |
---|---|
void |
IConfService.setUserMessageHandler(MessageHandler msgHandler)
Sets extra MessageHandler for custom handling of incoming asynchronous protocol messages on the channel. It will be called in the protocol invoker thread after procession by the ConfService internal handler. |
void |
ConfService.setUserMessageHandler(MessageHandler msgHandler)
Sets extra MessageHandler for custom handling of incoming asynchronous protocol messages on the channel. It will be called in the protocol invoker thread after procession by the ConfService internal handler. |
Uses of MessageHandler in com.genesyslab.platform.applicationblocks.commons.broker |
---|
Classes in com.genesyslab.platform.applicationblocks.commons.broker that implement MessageHandler | |
---|---|
class |
EventReceivingBrokerService
Deprecated. Message Broker Application Block is deprecated. Use setMessageHandler(handler) to handle incoming messages asynchronously. |
Uses of MessageHandler in com.genesyslab.platform.clusterprotocol |
---|
Classes in com.genesyslab.platform.clusterprotocol that implement MessageHandler | |
---|---|
protected class |
AbstractClusterChannel.IntMessageHandler
|
Methods in com.genesyslab.platform.clusterprotocol with parameters of type MessageHandler | |
---|---|
void |
AbstractClusterChannel.setMessageHandler(MessageHandler msgHandler)
|
Constructors in com.genesyslab.platform.clusterprotocol with parameters of type MessageHandler | |
---|---|
AbstractClusterChannel.IncomingMessageVisitor(Message message,
MessageHandler handler)
|
Uses of MessageHandler in com.genesyslab.platform.commons.protocol |
---|
Methods in com.genesyslab.platform.commons.protocol with parameters of type MessageHandler | |
---|---|
void |
InputChannel.setMessageHandler(MessageHandler msgHandler)
Sets asynchronous handler for incoming messages. |
void |
DuplexChannel.setMessageHandler(MessageHandler msgHandler)
Sets asynchronous handler for incoming messages. Incoming messages on this channel will be handled with its connection invoker (see AbstractChannel.setInvoker(AsyncInvoker) ). |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |