Class ReactorNettyTcpStompSessionManager
java.lang.Object
org.springframework.integration.stomp.AbstractStompSessionManager
org.springframework.integration.stomp.ReactorNettyTcpStompSessionManager
- All Implemented Interfaces:
- Aware,- BeanNameAware,- DisposableBean,- ApplicationEventPublisherAware,- Lifecycle,- Phased,- SmartLifecycle,- StompSessionManager
The 
ReactorNettyTcpStompClient based AbstractStompSessionManager implementation.- Since:
- 5.0
- Author:
- Artem Bilan
- See Also:
- 
Field SummaryFields inherited from class org.springframework.integration.stomp.AbstractStompSessionManagerlogger, stompClientFields inherited from interface org.springframework.context.SmartLifecycleDEFAULT_PHASE
- 
Constructor SummaryConstructorsConstructorDescriptionReactorNettyTcpStompSessionManager(ReactorNettyTcpStompClient reactorNettyTcpStompClient) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected CompletableFuture<StompSession>doConnect(StompSessionHandler handler) Methods inherited from class org.springframework.integration.stomp.AbstractStompSessionManagerconnect, destroy, disconnect, getConnectHeaders, getPhase, getRecoveryInterval, isAutoReceiptEnabled, isAutoStartup, isConnected, isRunning, setApplicationEventPublisher, setAutoReceipt, setAutoStartup, setBeanName, setConnectHeaders, setPhase, setRecoveryInterval, start, stop, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.context.SmartLifecyclestop
- 
Constructor Details- 
ReactorNettyTcpStompSessionManager
 
- 
- 
Method Details- 
doConnect- Specified by:
- doConnectin class- AbstractStompSessionManager
 
 
-