Class TracingProperties.QueryBusProperties

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

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

    • QueryBusProperties

      public QueryBusProperties()
  • Method Details

    • isDistributedInSameTrace

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

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