Class TracingProperties.QueryBus

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

public static class TracingProperties.QueryBus extends Object
Tracing settings for the QueryBus (queries and subscription-query updates).
  • Constructor Details

    • QueryBus

      public QueryBus()
  • Method Details

    • isEnabled

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

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