|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageDeliveryHandler
The MessageDeliveryHandler defines the behavior of the message bus relative to the transport layer.
Method Summary | |
---|---|
boolean |
deliver(MessageQueue queue,
Message message)
This method is responsible for delivering a message into the transport layer. |
void |
noop(MessageQueue queue)
Sends a NOOP (No-Operation) to the remote connected |
Method Detail |
---|
boolean deliver(MessageQueue queue, Message message) throws IOException
queue
- the MessageQueue
to deliver from.message
- the Message
to deliver.
IOException
- an IOException may be thrown if there is a problem interacting with the underlying transport.void noop(MessageQueue queue) throws IOException
queue
-
IOException
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |