All Classes
| Class | Description |
|---|---|
| AbstractStompSessionManager |
Base
StompSessionManager implementation to manage a single StompSession
over its ListenableFuture from the target implementation of this class. |
| IntegrationStompHeaders |
The STOMP headers with Integration-friendly
stomp_ prefix. |
| ReactorNettyTcpStompSessionManager |
The
ReactorNettyTcpStompClient based AbstractStompSessionManager implementation. |
| StompConnectionFailedEvent |
The
StompIntegrationEvent implementation for the failed connection exceptions. |
| StompExceptionEvent |
The
StompIntegrationEvent implementation for the exception from STOMP Adapters. |
| StompHeaderMapper |
The STOMP
HeaderMapper implementation. |
| StompInboundChannelAdapter |
The
MessageProducerSupport for STOMP protocol to handle STOMP frames from
provided destination and send messages to the outputChannel. |
| StompInboundChannelAdapterParser |
The
AbstractChannelAdapterParser implementation for
the <stomp:inbound-channel-adapter/> element. |
| StompIntegrationEvent |
Base class for all
IntegrationEvents generated by the STOMP Adapters. |
| StompMessageHandler |
The
AbstractMessageHandler implementation to send messages to STOMP destinations. |
| StompNamespaceHandler | |
| StompOutboundChannelAdapterParser |
The
AbstractOutboundChannelAdapterParser implementation for
the <stomp:outbound-channel-adapter/> element. |
| StompReceiptEvent |
The
StompIntegrationEvent for the STOMP RECEIPT Frames or lost receipts. |
| StompSessionConnectedEvent |
The
StompIntegrationEvent indicating the STOMP session establishment. |
| StompSessionManager |
An abstraction to manage the STOMP Session and connection/disconnection
for
StompSessionHandler. |
| WebSocketStompSessionManager |
The
WebSocketStompClient based AbstractStompSessionManager implementation. |