| Package | Description |
|---|---|
| org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus. |
| org.axonframework.eventhandling.pooled |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEventProcessorSpanFactory
Default implementation of the
EventProcessorSpanFactory. |
| Modifier and Type | Field and Description |
|---|---|
protected EventProcessorSpanFactory |
AbstractEventProcessor.spanFactory |
| Modifier and Type | Method and Description |
|---|---|
AbstractEventProcessor.Builder |
AbstractEventProcessor.Builder.spanFactory(EventProcessorSpanFactory spanFactory)
Sets the
EventProcessorSpanFactory implementation to use for providing tracing capabilities. |
TrackingEventProcessor.Builder |
TrackingEventProcessor.Builder.spanFactory(EventProcessorSpanFactory spanFactory) |
SubscribingEventProcessor.Builder |
SubscribingEventProcessor.Builder.spanFactory(EventProcessorSpanFactory spanFactory) |
| Modifier and Type | Method and Description |
|---|---|
PooledStreamingEventProcessor.Builder |
PooledStreamingEventProcessor.Builder.spanFactory(EventProcessorSpanFactory spanFactory) |
Copyright © 2010–2025. All rights reserved.