Uses of Interface
org.springframework.integration.stomp.StompSessionManager
Packages that use 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
Classes in org.springframework.integration.stomp that implement StompSessionManagerModifier and TypeClassDescriptionclass
BaseStompSessionManager
implementation to manage a singleStompSession
over itsCompletableFuture
from the target implementation of this class.class
TheReactorNettyTcpStompClient
basedAbstractStompSessionManager
implementation.class
TheWebSocketStompClient
basedAbstractStompSessionManager
implementation. -
Uses of StompSessionManager in org.springframework.integration.stomp.inbound
Constructors in org.springframework.integration.stomp.inbound with parameters of type StompSessionManagerModifierConstructorDescriptionStompInboundChannelAdapter
(StompSessionManager stompSessionManager, String... destinations) -
Uses of StompSessionManager in org.springframework.integration.stomp.outbound
Constructors in org.springframework.integration.stomp.outbound with parameters of type StompSessionManager