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