Package | Description |
---|---|
org.axonframework.config | |
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.eventhandling.pooled | |
org.axonframework.springboot.autoconfig |
Modifier and Type | Method and Description |
---|---|
protected EventProcessorSpanFactory |
DefaultConfigurer.defaultEventProcessorSpanFactory(Configuration config)
Returns the default
EventProcessorSpanFactory , or a
DefaultEventProcessorSpanFactory backed by the configured SpanFactory if none it set. |
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 |
---|---|
TrackingEventProcessor.Builder |
TrackingEventProcessor.Builder.spanFactory(EventProcessorSpanFactory spanFactory) |
SubscribingEventProcessor.Builder |
SubscribingEventProcessor.Builder.spanFactory(EventProcessorSpanFactory spanFactory) |
AbstractEventProcessor.Builder |
AbstractEventProcessor.Builder.spanFactory(EventProcessorSpanFactory spanFactory)
Sets the
EventProcessorSpanFactory implementation to use for providing tracing capabilities. |
Modifier and Type | Method and Description |
---|---|
PooledStreamingEventProcessor.Builder |
PooledStreamingEventProcessor.Builder.spanFactory(EventProcessorSpanFactory spanFactory) |
Modifier and Type | Method and Description |
---|---|
EventProcessorSpanFactory |
AxonTracingAutoConfiguration.eventProcessorSpanFactory(SpanFactory spanFactory,
TracingProperties properties) |
Copyright © 2010–2024. All rights reserved.