Class TracingEndpointConfiguration
- java.lang.Object
-
- de.gematik.test.tiger.proxy.tracing.TracingEndpointConfiguration
-
- All Implemented Interfaces:
org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
@Configuration @EnableWebSocketMessageBroker public class TracingEndpointConfiguration extends Object implements org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
-
-
Constructor Summary
Constructors Constructor Description TracingEndpointConfiguration(TigerProxyConfiguration tigerProxyConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigureClientOutboundChannel(org.springframework.messaging.simp.config.ChannelRegistration registration)voidconfigureMessageBroker(org.springframework.messaging.simp.config.MessageBrokerRegistry config)voidregisterStompEndpoints(org.springframework.web.socket.config.annotation.StompEndpointRegistry registry)
-
-
-
Constructor Detail
-
TracingEndpointConfiguration
@ConstructorProperties("tigerProxyConfiguration") public TracingEndpointConfiguration(TigerProxyConfiguration tigerProxyConfiguration)
-
-
Method Detail
-
configureMessageBroker
public void configureMessageBroker(org.springframework.messaging.simp.config.MessageBrokerRegistry config)
- Specified by:
configureMessageBrokerin interfaceorg.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
-
registerStompEndpoints
public void registerStompEndpoints(org.springframework.web.socket.config.annotation.StompEndpointRegistry registry)
- Specified by:
registerStompEndpointsin interfaceorg.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
-
configureClientOutboundChannel
public void configureClientOutboundChannel(org.springframework.messaging.simp.config.ChannelRegistration registration)
- Specified by:
configureClientOutboundChannelin interfaceorg.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
-
-