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 Details

    • WebSocketHandlerConfig

      public WebSocketHandlerConfig()
  • Method Details

    • registerWebSocketHandlers

      public void registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry registry)
      Specified by:
      registerWebSocketHandlers in interface org.springframework.web.socket.config.annotation.WebSocketConfigurer
    • executor

      @Bean(destroyMethod="shutdown") @Qualifier("websocket") public ExecutorService executor()