
Class WebsocketDispatcherConfig
- java.lang.Object
-
- ca.uhn.fhir.jpa.subscription.match.config.WebsocketDispatcherConfig
-
- All Implemented Interfaces:
org.springframework.web.socket.config.annotation.WebSocketConfigurer
@Configuration @EnableWebSocket @Controller public class WebsocketDispatcherConfig extends Object implements org.springframework.web.socket.config.annotation.WebSocketConfigurer
-
-
Constructor Summary
Constructors Constructor Description WebsocketDispatcherConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry theRegistry)
org.springframework.web.socket.WebSocketHandler
subscriptionWebSocketHandler()
WebsocketConnectionValidator
websocketConnectionValidator()
-
-
-
Constructor Detail
-
WebsocketDispatcherConfig
public WebsocketDispatcherConfig()
-
-
Method Detail
-
websocketConnectionValidator
@Bean public WebsocketConnectionValidator websocketConnectionValidator()
-
registerWebSocketHandlers
public void registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry theRegistry)
- Specified by:
registerWebSocketHandlers
in interfaceorg.springframework.web.socket.config.annotation.WebSocketConfigurer
-
subscriptionWebSocketHandler
@Bean(autowire=BY_TYPE) public org.springframework.web.socket.WebSocketHandler subscriptionWebSocketHandler()
-
-