Class AutoTestApplication.AutoTestWebSocketConfiguration
java.lang.Object
net.n2oapp.framework.autotest.run.AutoTestApplication.AutoTestWebSocketConfiguration
- Enclosing class:
AutoTestApplication
@Configuration
@ConditionalOnProperty("n2o.stomp.user-id")
@ConditionalOnClass(org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer.class)
public static class AutoTestApplication.AutoTestWebSocketConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.socket.server.support.DefaultHandshakeHandler
-
Constructor Details
-
AutoTestWebSocketConfiguration
public AutoTestWebSocketConfiguration()
-
-
Method Details
-
handshakeHandler
@Bean public org.springframework.web.socket.server.support.DefaultHandshakeHandler handshakeHandler() -
wsMessageController
-