Class TracingProperties.CommandBusProperties

java.lang.Object
org.axonframework.springboot.TracingProperties.CommandBusProperties
Enclosing class:
TracingProperties

public static class TracingProperties.CommandBusProperties extends Object
Configuration properties for the behavior of creating tracing spans for the CommandBus.
Since:
4.9.0
  • Constructor Details

    • CommandBusProperties

      public CommandBusProperties()
  • Method Details

    • isDistributedInSameTrace

      public boolean isDistributedInSameTrace()
      Whether distributed commands should be part of the same trace. Defaults to true.
      Returns:
      whether distributed commands should be part of the same trace.
    • setDistributedInSameTrace

      public void setDistributedInSameTrace(boolean distributedInSameTrace)
      Sets whether distributed commands should be part of the same trace.
      Parameters:
      distributedInSameTrace - whether distributed commands should be part of the same trace.