
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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidregisterWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry theRegistry) org.springframework.web.socket.WebSocketHandler
- 
Constructor Details- 
WebsocketDispatcherConfigpublic WebsocketDispatcherConfig()
 
- 
- 
Method Details- 
websocketConnectionValidator
- 
registerWebSocketHandlerspublic void registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry theRegistry) - Specified by:
- registerWebSocketHandlersin interface- org.springframework.web.socket.config.annotation.WebSocketConfigurer
 
- 
subscriptionWebSocketHandler
 
-