Class 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 Detail

      • TracingEndpointConfiguration

        @ConstructorProperties("tigerProxyConfiguration")
        public TracingEndpointConfiguration​(de.gematik.test.tiger.common.data.config.tigerProxy.TigerProxyConfiguration tigerProxyConfiguration)
    • Method Detail

      • configureMessageBroker

        public void configureMessageBroker​(org.springframework.messaging.simp.config.MessageBrokerRegistry config)
        Specified by:
        configureMessageBroker in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
      • registerStompEndpoints

        public void registerStompEndpoints​(org.springframework.web.socket.config.annotation.StompEndpointRegistry registry)
        Specified by:
        registerStompEndpoints in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
      • configureClientOutboundChannel

        public void configureClientOutboundChannel​(org.springframework.messaging.simp.config.ChannelRegistration registration)
        Specified by:
        configureClientOutboundChannel in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
      • onApplicationEvent

        public void onApplicationEvent​(org.springframework.context.event.ContextClosedEvent event)
        Specified by:
        onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextClosedEvent>