Class TracingProperties.QueryBus
java.lang.Object
org.axonframework.extension.springboot.TracingProperties.QueryBus
- Enclosing class:
TracingProperties
Tracing settings for the
QueryBus (queries and subscription-query updates).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether theQueryBusis decorated with tracing.voidsetEnabled(boolean enabled) Sets whether theQueryBusis decorated with tracing.
-
Constructor Details
-
QueryBus
public QueryBus()
-
-
Method Details
-
isEnabled
public boolean isEnabled()Returns whether theQueryBusis decorated with tracing.- Returns:
truewhenQueryBustracing is enabled,falseotherwise
-
setEnabled
public void setEnabled(boolean enabled) Sets whether theQueryBusis decorated with tracing.- Parameters:
enabled-trueto enableQueryBustracing,falseto disable it
-