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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerWebSocketHandlers
(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry theRegistry) org.springframework.web.socket.WebSocketHandler
-
Constructor Details
-
WebsocketDispatcherConfig
public WebsocketDispatcherConfig()
-
-
Method Details
-
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
-