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