Class TracingProperties.Repository

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

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

    • Repository

      public Repository()
  • Method Details

    • isEnabled

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

      public void setEnabled(boolean enabled)
      Sets whether Repository instances are decorated with tracing.
      Parameters:
      enabled - true to enable Repository tracing, false to disable it