Class TracingProperties.EventSink

java.lang.Object
org.axonframework.extension.springboot.TracingProperties.EventSink
Enclosing class:
TracingProperties

public static class TracingProperties.EventSink extends Object
Tracing settings for the EventSink (event publication).
  • Constructor Details

    • EventSink

      public EventSink()
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Returns whether the EventSink is decorated with tracing.
      Returns:
      true when EventSink tracing is enabled, false otherwise
    • setEnabled

      public void setEnabled(boolean enabled)
      Sets whether the EventSink is decorated with tracing.
      Parameters:
      enabled - true to enable EventSink tracing, false to disable it