Package | Description |
---|---|
messif.network |
Message-based networking support.
|
Modifier and Type | Class and Description |
---|---|
class |
InvokingReceiver
Receiver that allows to execute a method for received message.
|
class |
MessageDispatcher
The component responsible for sending and receiving messages.
|
class |
QueueInvokingReceiver
Receiver that allows to execute a method for received message without blocking the dispather.
|
class |
ReplyReceiver<TReplyMessage extends ReplyMessage>
A
Receiver for receiving reply messages. |
class |
ThreadInvokingReceiver
Receiver that allows to execute a method for received message without blocking the dispather.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MessageDispatcher.deregisterReceiver(Receiver receiver)
Remove a previously registered receiver.
|
void |
MessageDispatcher.registerReceiver(Receiver receiver)
Register a message receiver.
|