Class TracingPushController

java.lang.Object
de.gematik.test.tiger.proxy.tracing.TracingPushController

@Service public class TracingPushController extends Object
  • Field Details

    • MAX_MESSAGE_SIZE

      public static final int MAX_MESSAGE_SIZE
      See Also:
    • template

      public final org.springframework.messaging.simp.SimpMessagingTemplate template
    • tigerProxy

      public final TigerProxy tigerProxy
  • Constructor Details

    • TracingPushController

      @ConstructorProperties({"template","tigerProxy"}) public TracingPushController(org.springframework.messaging.simp.SimpMessagingTemplate template, TigerProxy tigerProxy)
  • Method Details

    • addWebSocketListener

      @PostConstruct public void addWebSocketListener()