Class TracingProperties.StateManager

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

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

    • StateManager

      public StateManager()
  • Method Details

    • isEnabled

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

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