Class WebSocketHandlerConfig
java.lang.Object
org.qubership.atp.tdm.configuration.WebSocketHandlerConfig
- All Implemented Interfaces:
org.springframework.web.socket.config.annotation.WebSocketConfigurer
@Configuration
@EnableWebSocket
public class WebSocketHandlerConfig
extends Object
implements org.springframework.web.socket.config.annotation.WebSocketConfigurer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecutor()voidregisterWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry registry)
-
Constructor Details
-
WebSocketHandlerConfig
public WebSocketHandlerConfig()
-
-
Method Details
-
registerWebSocketHandlers
public void registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry registry) - Specified by:
registerWebSocketHandlersin interfaceorg.springframework.web.socket.config.annotation.WebSocketConfigurer
-
executor
-