Class WebSocketConfig
- java.lang.Object
-
- br.pucrio.tecgraf.soma.logsmonitor.websocket.WebSocketConfig
-
- All Implemented Interfaces:
org.springframework.web.socket.config.annotation.WebSocketConfigurer
@Configuration @EnableConfigurationProperties(WebSocketProperties.class) @EnableWebSocket public class WebSocketConfig extends 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 registry)org.springframework.web.socket.WebSocketHandlersocketHandlerDecorator()
-
-
-
Method Detail
-
socketHandlerDecorator
@Bean public org.springframework.web.socket.WebSocketHandler socketHandlerDecorator()
-
registerWebSocketHandlers
public void registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry registry)
- Specified by:
registerWebSocketHandlersin interfaceorg.springframework.web.socket.config.annotation.WebSocketConfigurer
-
-