Uses of Interface
org.springframework.integration.stomp.StompSessionManager
Package
Description
Provides core classes STOMP components.
Provides classes which represent inbound STOMP components.
Provides classes which represent outbound STOMP components.
-
Uses of StompSessionManager in org.springframework.integration.stomp
Modifier and TypeClassDescriptionclass
BaseStompSessionManager
implementation to manage a singleStompSession
over itsListenableFuture
from the target implementation of this class.class
TheReactorNettyTcpStompClient
basedAbstractStompSessionManager
implementation.class
TheWebSocketStompClient
basedAbstractStompSessionManager
implementation. -
Uses of StompSessionManager in org.springframework.integration.stomp.inbound
ModifierConstructorDescriptionStompInboundChannelAdapter
(StompSessionManager stompSessionManager, String... destinations) -
Uses of StompSessionManager in org.springframework.integration.stomp.outbound