Class WebSocketConfig

java.lang.Object
org.qubership.atp.dataset.service.ws.WebSocketConfig
All Implemented Interfaces:
org.springframework.web.socket.config.annotation.WebSocketConfigurer

@Configuration @EnableWebSocket public class WebSocketConfig extends Object implements org.springframework.web.socket.config.annotation.WebSocketConfigurer
  • Constructor Details

    • WebSocketConfig

      public WebSocketConfig()
  • 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
    • getSocketHandler

      @Bean public org.springframework.web.socket.WebSocketHandler getSocketHandler()
    • taskScheduler

      @Bean public org.springframework.scheduling.TaskScheduler taskScheduler()