Class TracingProperties.SnapshotStore

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

public static class TracingProperties.SnapshotStore extends Object
Tracing settings for SnapshotStore.
  • Constructor Details

    • SnapshotStore

      public SnapshotStore()
  • Method Details

    • isEnabled

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

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