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 Summary
Fields inherited from class AbstractStompSessionManager
logger, stompClientFields inherited from interface SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
ConstructorsConstructorDescriptionReactorNettyTcpStompSessionManager(ReactorNettyTcpStompClient reactorNettyTcpStompClient) -
Method Summary
Modifier and TypeMethodDescriptionprotected CompletableFuture<StompSession> doConnect(StompSessionHandler handler) Methods inherited from class AbstractStompSessionManager
connect, destroy, disconnect, getConnectHeaders, getPhase, getRecoveryInterval, isAutoReceiptEnabled, isAutoStartup, isConnected, isRunning, setApplicationEventPublisher, setAutoReceipt, setAutoStartup, setBeanName, setConnectHeaders, setPhase, setRecoveryInterval, start, stop, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface SmartLifecycle
isPauseable, stop
-
Constructor Details
-
ReactorNettyTcpStompSessionManager
-
-
Method Details
-
doConnect
- Specified by:
doConnectin classAbstractStompSessionManager
-