| Package | Description |
|---|---|
| org.axonframework.commandhandling |
Classes that implement the concept of command handling using explicit command objects.
|
| org.axonframework.commandhandling.distributed | |
| org.axonframework.deadline | |
| org.axonframework.deadline.dbscheduler | |
| org.axonframework.deadline.jobrunr | |
| org.axonframework.deadline.quartz | |
| org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus. |
| org.axonframework.eventhandling.pooled | |
| org.axonframework.queryhandling | |
| org.axonframework.tracing |
| Modifier and Type | Method and Description |
|---|---|
SimpleCommandBus.Builder |
SimpleCommandBus.Builder.spanFactory(SpanFactory spanFactory)
Deprecated.
Use
SimpleCommandBus.Builder.spanFactory(CommandBusSpanFactory) instead as it provides more configurability. |
AsynchronousCommandBus.Builder |
AsynchronousCommandBus.Builder.spanFactory(SpanFactory spanFactory) |
DefaultCommandBusSpanFactory.Builder |
DefaultCommandBusSpanFactory.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory to use to create the spans. |
| Modifier and Type | Method and Description |
|---|---|
DistributedCommandBus.Builder |
DistributedCommandBus.Builder.spanFactory(SpanFactory spanFactory)
Deprecated.
Use
DistributedCommandBus.Builder.spanFactory(CommandBusSpanFactory) instead as it provides more configurability. |
| Modifier and Type | Method and Description |
|---|---|
DefaultDeadlineManagerSpanFactory.Builder |
DefaultDeadlineManagerSpanFactory.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory to use to create the spans. |
SimpleDeadlineManager.Builder |
SimpleDeadlineManager.Builder.spanFactory(SpanFactory spanFactory)
Deprecated.
Use
SimpleDeadlineManager.Builder.spanFactory(DeadlineManagerSpanFactory) instead as it provides more configuration
options. |
| Modifier and Type | Method and Description |
|---|---|
DbSchedulerDeadlineManager.Builder |
DbSchedulerDeadlineManager.Builder.spanFactory(SpanFactory spanFactory)
Deprecated.
Use
DbSchedulerDeadlineManager.Builder.spanFactory(DeadlineManagerSpanFactory) instead as it provides more configuration options. |
| Modifier and Type | Method and Description |
|---|---|
JobRunrDeadlineManager.Builder |
JobRunrDeadlineManager.Builder.spanFactory(SpanFactory spanFactory)
Deprecated.
Use
JobRunrDeadlineManager.Builder.spanFactory(DeadlineManagerSpanFactory) instead as it provides more configuration options. |
| Modifier and Type | Method and Description |
|---|---|
QuartzDeadlineManager.Builder |
QuartzDeadlineManager.Builder.spanFactory(SpanFactory spanFactory)
Deprecated.
Use
QuartzDeadlineManager.Builder.spanFactory(DeadlineManagerSpanFactory) which provides more configuration options. |
| Modifier and Type | Method and Description |
|---|---|
AbstractEventBus.Builder |
AbstractEventBus.Builder.spanFactory(SpanFactory spanFactory)
Deprecated.
Please use
AbstractEventBus.Builder.spanFactory(EventBusSpanFactory) which is more configurable |
AbstractEventProcessor.Builder |
AbstractEventProcessor.Builder.spanFactory(SpanFactory spanFactory)
Deprecated.
Use {@link #spanFactory(EventProcessorSpanFactory) for more configuration options instead
|
DefaultEventProcessorSpanFactory.Builder |
DefaultEventProcessorSpanFactory.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory to use to create the spans. |
DefaultEventBusSpanFactory.Builder |
DefaultEventBusSpanFactory.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory to use to create the spans. |
TrackingEventProcessor.Builder |
TrackingEventProcessor.Builder.spanFactory(SpanFactory spanFactory)
Deprecated.
|
SubscribingEventProcessor.Builder |
SubscribingEventProcessor.Builder.spanFactory(SpanFactory spanFactory)
Deprecated.
|
SimpleEventBus.Builder |
SimpleEventBus.Builder.spanFactory(SpanFactory spanFactory) |
| Modifier and Type | Method and Description |
|---|---|
PooledStreamingEventProcessor.Builder |
PooledStreamingEventProcessor.Builder.spanFactory(SpanFactory spanFactory)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleQueryBus.Builder |
SimpleQueryBus.Builder.spanFactory(SpanFactory spanFactory)
Deprecated.
Use
SimpleQueryBus.Builder.spanFactory(QueryBusSpanFactory) instead as it provides more configurability. |
SimpleQueryUpdateEmitter.Builder |
SimpleQueryUpdateEmitter.Builder.spanFactory(SpanFactory spanFactory)
Deprecated.
Use
SimpleQueryUpdateEmitter.Builder.spanFactory(QueryUpdateEmitterSpanFactory) instead as it provides more configurability. |
DefaultQueryBusSpanFactory.Builder |
DefaultQueryBusSpanFactory.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory to use to create the spans. |
DefaultQueryUpdateEmitterSpanFactory.Builder |
DefaultQueryUpdateEmitterSpanFactory.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory to use to create the spans. |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingSpanFactory
Implementation of a
SpanFactory that requires no java agent or APM system, only logging. |
class |
MultiSpanFactory
Implementation of a
SpanFactory that delegates calls to multiple other factories. |
class |
NestingSpanFactory
Deprecated.
Various components have dedicated tracing SpanFactory interfaces since 4.9.0. This includes the
CommandBus,
EventProcessor and QueryBus. Use the distributedInSameTrace
of these instead. |
class |
NoOpSpanFactory
SpanFactory implementation that creates a NoOpSpanFactory.NoOpSpan. |
| Modifier and Type | Method and Description |
|---|---|
NestingSpanFactory.Builder |
NestingSpanFactory.Builder.delegate(SpanFactory spanFactory)
Defines the delegate
SpanFactory to use, which actually provides the spans. |
TracingHandlerEnhancerDefinition.Builder |
TracingHandlerEnhancerDefinition.Builder.spanFactory(SpanFactory spanFactory)
Configures the
SpanFactory the handler enhancer should use for tracing. |
| Constructor and Description |
|---|
MultiSpanFactory(List<SpanFactory> spanFactories)
Creates the
MultiSpanFactory with the delegate factory implementations that it should use. |
Copyright © 2010–2025. All rights reserved.