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
public class ReactorNettyTcpStompSessionManager extends AbstractStompSessionManager
The
ReactorNettyTcpStompClient
based AbstractStompSessionManager
implementation.- Since:
- 5.0
- Author:
- Artem Bilan
- See Also:
ReactorNettyTcpStompClient
-
Field Summary
Fields inherited from class org.springframework.integration.stomp.AbstractStompSessionManager
logger, stompClient
-
Constructor Summary
Constructors Constructor Description ReactorNettyTcpStompSessionManager(ReactorNettyTcpStompClient reactorNettyTcpStompClient)
-
Method Summary
Modifier and Type Method Description protected ListenableFuture<StompSession>
doConnect(StompSessionHandler handler)
Methods inherited from class org.springframework.integration.stomp.AbstractStompSessionManager
connect, destroy, disconnect, getConnectHeaders, getPhase, getRecoveryInterval, isAutoReceiptEnabled, isAutoStartup, isConnected, isRunning, setApplicationEventPublisher, setAutoReceipt, setAutoStartup, setBeanName, setConnectHeaders, setPhase, setRecoveryInterval, start, stop, toString
-
Constructor Details
-
Method Details
-
doConnect
- Specified by:
doConnect
in classAbstractStompSessionManager
-