Class TracingProperties.EventStore

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

public static class TracingProperties.EventStore extends Object
Tracing settings for the EventStorageEngine.
  • Constructor Details

    • EventStore

      public EventStore()
  • Method Details

    • isEnabled

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

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