Package org.springframework.integration.stomp
Provides core classes STOMP components.
-
Interface Summary Interface Description StompSessionManager An abstraction to manage the STOMP Session and connection/disconnection forStompSessionHandler
. -
Class Summary Class Description AbstractStompSessionManager BaseStompSessionManager
implementation to manage a singleStompSession
over itsListenableFuture
from the target implementation of this class.ReactorNettyTcpStompSessionManager TheReactorNettyTcpStompClient
basedAbstractStompSessionManager
implementation.WebSocketStompSessionManager TheWebSocketStompClient
basedAbstractStompSessionManager
implementation.