Class TracingProperties.CommandBus

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

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

    • CommandBus

      public CommandBus()
  • Method Details

    • isEnabled

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

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