|
|
|
@ -23,11 +23,9 @@ import org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler;
@@ -23,11 +23,9 @@ import org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler;
|
|
|
|
|
import org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration; |
|
|
|
|
import org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler; |
|
|
|
|
import org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler; |
|
|
|
|
import org.springframework.util.Assert; |
|
|
|
|
import org.springframework.web.servlet.HandlerMapping; |
|
|
|
|
import org.springframework.web.socket.WebSocketHandler; |
|
|
|
|
import org.springframework.web.socket.config.WebSocketMessageBrokerStats; |
|
|
|
|
import org.springframework.web.socket.handler.WebSocketHandlerDecorator; |
|
|
|
|
import org.springframework.web.socket.handler.WebSocketHandlerDecoratorFactory; |
|
|
|
|
import org.springframework.web.socket.messaging.SubProtocolWebSocketHandler; |
|
|
|
|
|
|
|
|
|