Interface | Description |
---|---|
Message |
Contract for all messages that can be transmitted on the
MessageBus . |
MessageBus |
A message bus is capable of transmitting and receiving messages using the publisher/subscriber
model.
|
MessageCallback |
Callback interface for receiving messages on the bus.
|
MessageListener |
Callback interface for observing every message on the bus before that message
is sent to any
message callbacks . |
MessageProvider |
This class allows different implementations of Message to be provided based on whether or not you're on the
client or server.
|
RequestDispatcher |
The RequestDispatcher interface provides a way to create a message delivery system into the bus
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.