Class TracingEndpointConfiguration
java.lang.Object
de.gematik.test.tiger.proxy.tracing.TracingEndpointConfiguration
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<org.springframework.context.event.ContextClosedEvent>,org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
@Configuration
@EnableWebSocketMessageBroker
public class TracingEndpointConfiguration
extends Object
implements org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextClosedEvent>
-
Constructor Summary
ConstructorsConstructorDescriptionTracingEndpointConfiguration(de.gematik.test.tiger.common.data.config.tigerProxy.TigerProxyConfiguration tigerProxyConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureClientOutboundChannel(org.springframework.messaging.simp.config.ChannelRegistration registration) voidconfigureMessageBroker(org.springframework.messaging.simp.config.MessageBrokerRegistry config) voidonApplicationEvent(org.springframework.context.event.ContextClosedEvent event) voidregisterStompEndpoints(org.springframework.web.socket.config.annotation.StompEndpointRegistry registry) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
addArgumentResolvers, addReturnValueHandlers, configureClientInboundChannel, configureMessageConverters, configureWebSocketTransport
-
Constructor Details
-
TracingEndpointConfiguration
@ConstructorProperties("tigerProxyConfiguration") public TracingEndpointConfiguration(de.gematik.test.tiger.common.data.config.tigerProxy.TigerProxyConfiguration tigerProxyConfiguration)
-
-
Method Details
-
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
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.event.ContextClosedEvent event) - Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.context.event.ContextClosedEvent>
-