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.stompClasses in org.springframework.integration.stomp that implement StompSessionManagerModifier and TypeClassDescriptionclassBaseStompSessionManagerimplementation to manage a singleStompSessionover itsListenableFuturefrom the target implementation of this class.classTheReactorNettyTcpStompClientbasedAbstractStompSessionManagerimplementation.classTheWebSocketStompClientbasedAbstractStompSessionManagerimplementation.
- 
Uses of StompSessionManager in org.springframework.integration.stomp.inboundConstructors in org.springframework.integration.stomp.inbound with parameters of type StompSessionManagerModifierConstructorDescriptionStompInboundChannelAdapter(StompSessionManager stompSessionManager, String... destinations) 
- 
Uses of StompSessionManager in org.springframework.integration.stomp.outboundConstructors in org.springframework.integration.stomp.outbound with parameters of type StompSessionManager