Package | Description |
---|---|
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
Modifier and Type | Method and Description |
---|---|
static DefaultEventProcessorSpanFactory.Builder |
DefaultEventProcessorSpanFactory.builder()
Creates a new
DefaultEventProcessorSpanFactory.Builder to build a DefaultEventProcessorSpanFactory with. |
DefaultEventProcessorSpanFactory.Builder |
DefaultEventProcessorSpanFactory.Builder.disableBatchTrace(boolean disableBatchTrace)
Sets whether batch tracing should be disabled.
|
DefaultEventProcessorSpanFactory.Builder |
DefaultEventProcessorSpanFactory.Builder.distributedInSameTrace(boolean distributedInSameTrace)
Sets whether events handled by a
StreamingEventProcessor should be traced in the same trace as the
trace that published it. |
DefaultEventProcessorSpanFactory.Builder |
DefaultEventProcessorSpanFactory.Builder.distributedInSameTraceTimeLimit(Duration distributedInSameTraceTimeLimit)
Sets the time limit for events handled by a
StreamingEventProcessor to be traced in the same trace as
the trace that published it. |
DefaultEventProcessorSpanFactory.Builder |
DefaultEventProcessorSpanFactory.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory to use to create the spans. |
Constructor and Description |
---|
DefaultEventProcessorSpanFactory(DefaultEventProcessorSpanFactory.Builder builder)
Creates a new
DefaultEventProcessorSpanFactory using the provided builder . |
Copyright © 2010–2024. All rights reserved.