Interface | Description |
---|---|
MessageInterceptor | |
MessageQueue | |
QueueActivationCallback |
This interface, QueueActivationCallback, is a template for creating a callback function for a queue
|
QueueClosedListener |
A listener that is fired every time a queue is closed by the bus, for whatever reason.
|
ServerMessageBus |
This interface, ServerMessageBus, extends the client's
MessageBus ,
and adds functionality so the server can transmit messages to a client and vice versa |
SessionControl |
This interface, SessionControl, provides functions for checking up on a session
|
SessionProvider<T> |
Allows retrieval and creation of
QueueSession s for a specific type of communication channel. |
Class | Description |
---|---|
CallableFutureFactory |
Used for obtaining instances of
CallableFuture for use in asynchronous RPC methods. |
QueueCloseEvent | |
RpcContext |
This utility provides access to
Message resources otherwise not visible to RPC endpoints. |
ServerCallableFuture<T> |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.