| Package | Description |
|---|---|
| org.axonframework.commandhandling |
Classes that implement the concept of command handling using explicit command objects.
|
| org.axonframework.commandhandling.distributed |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCommandBusSpanFactory
Default implementation of the
CommandBusSpanFactory. |
| Modifier and Type | Method and Description |
|---|---|
SimpleCommandBus.Builder |
SimpleCommandBus.Builder.spanFactory(CommandBusSpanFactory spanFactory)
Sets the
CommandBusSpanFactory implementation to use for providing tracing capabilities. |
AsynchronousCommandBus.Builder |
AsynchronousCommandBus.Builder.spanFactory(CommandBusSpanFactory spanFactory) |
| Modifier and Type | Method and Description |
|---|---|
DistributedCommandBus.Builder |
DistributedCommandBus.Builder.spanFactory(CommandBusSpanFactory spanFactory)
Sets the
CommandBusSpanFactory implementation to use for providing tracing capabilities. |
Copyright © 2010–2025. All rights reserved.