| Package | Description |
|---|---|
| org.axonframework.commandhandling |
Classes that implement the concept of command handling using explicit command objects.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultCommandBusSpanFactory.Builder |
DefaultCommandBusSpanFactory.builder()
Creates a Builder to be able to create a
DefaultCommandBusSpanFactory. |
DefaultCommandBusSpanFactory.Builder |
DefaultCommandBusSpanFactory.Builder.distributedInSameTrace(boolean distributedInSameTrace)
Sets whether the
CommandMessages should be handled in the same trace as the dispatching span. |
DefaultCommandBusSpanFactory.Builder |
DefaultCommandBusSpanFactory.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory to use to create the spans. |
| Constructor and Description |
|---|
DefaultCommandBusSpanFactory(DefaultCommandBusSpanFactory.Builder builder)
Creates a new
DefaultCommandBusSpanFactory using the provided builder. |
Copyright © 2010–2025. All rights reserved.