| Interface | Description |
|---|---|
| BusCommand<M extends BasicMessage> |
A command to execute on messages coming over a bus queue or topic.
|
| Class | Description |
|---|---|
| BusCommandContext |
Context information that may be useful during an execution of a
BusCommand. |
| BusCommandContextFactory |
A factory for creation of
BusCommandContexts. |
| BusCommands |
A registry of
BusCommands that can operate on messages coming over a bus queue or topic. |
| BusConnectionFactoryProvider |
A lazy JNDI lookup of
ConnectionFactory bound to the name Constants.CONNECTION_FACTORY_JNDI with
retries (see BusConnectionFactoryProvider.connectionFactoryRetryAfterMs) and timeout BusConnectionFactoryProvider.connectionFactoryLookupTimeoutMs. |
| BusEndpointProcessors |
A collection of listeners that are attached/removed to/from bus queues or topics as WebSocket clients connect and
disconnect.
|
| UiSessionDestinationBusCommand |
A
BusCommand that transfers messages implementing UiSessionDestination from a bus endpoint to a
WebSocket of a UI client. |
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.