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