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