See: Description
Interface | Description |
---|---|
StompSessionManager |
An abstraction to manage the STOMP Session and connection/disconnection
for
StompSessionHandler . |
Class | Description |
---|---|
AbstractStompSessionManager |
Base
StompSessionManager implementation to manage a single StompSession
over its ListenableFuture from the target implementation of this class. |
ReactorNettyTcpStompSessionManager |
The
ReactorNettyTcpStompClient based AbstractStompSessionManager implementation. |
WebSocketStompSessionManager |
The
WebSocketStompClient based AbstractStompSessionManager implementation. |