Interface | Description |
---|---|
Buffered | |
ByteWriteAdapter | |
Cleanable | |
DirectChannel | |
MessageDeliveryHandler |
The MessageDeliveryHandler defines the behavior of the message bus relative to the transport layer.
|
Pageable | |
QueueChannel | |
ServiceInstanceProvider | |
Wakeable |
Implementing this interface on a
MessageDeliveryHandler indicates that the transport is an asynchronous
mode interface and requires explicit signalling to notify it that new data has arrived into the buffer. |
Class | Description |
---|---|
AbstractByteWriteAdapter | |
AbstractRPCMethodCallback | |
AsyncRPCEndpointCallback | |
BufferDeliveryHandler |
This implementation of
MessageDeliveryHandler facilitates the buffering of all inbound message
traffic to a singular ring-buffer. |
BufferHelper | |
CommandBindingsCallback | |
DirectDeliveryHandler | |
EndpointCallback |
EndpointCallback is a callback function for a message being sent.
|
MessageFactory |
The MessageFactory facilitates the building of a command message using a JSON string
|
MultiMessageFilter |
This
BufferFilter is used for re-writing the data in the buffer to permit properly formed
multi-message payloads. |
OutputStreamWriteAdapter |
A simple wrapper implementation of
ByteWriteAdapter which forwards all writes to the
OutputStream specified when creating the adapter. |
PageUtil | |
RemoteServiceCallback |
RemoteServiceCallback implements callback functionality for a remote service.
|
RPCEndpointFactory | |
ServiceMethodCallback |
A callback implementation for methods annotated with
Service . |
ValueReplyRPCEndpointCallback | |
VoidRPCEndpointCallback |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.