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