Class WebSocketConfig
- java.lang.Object
-
- org.intocps.maestro.webapi.maestro2.WebSocketConfig
-
- All Implemented Interfaces:
org.springframework.web.socket.config.annotation.WebSocketConfigurer
@Configuration @EnableWebSocket public class WebSocketConfig extends java.lang.Object implements org.springframework.web.socket.config.annotation.WebSocketConfigurer
-
-
Constructor Summary
Constructors Constructor Description WebSocketConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry webSocketHandlerRegistry)
-
-
-
Method Detail
-
registerWebSocketHandlers
public void registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry webSocketHandlerRegistry)
- Specified by:
registerWebSocketHandlersin interfaceorg.springframework.web.socket.config.annotation.WebSocketConfigurer
-
-