Package | Description |
---|---|
org.axonframework.axonserver.connector.command | |
org.axonframework.commandhandling |
Classes that implement the concept of command handling using explicit command objects.
|
org.axonframework.commandhandling.distributed | |
org.axonframework.config | |
org.axonframework.springboot.autoconfig |
Modifier and Type | Method and Description |
---|---|
AxonServerCommandBus.Builder |
AxonServerCommandBus.Builder.spanFactory(CommandBusSpanFactory spanFactory)
Sets the
CommandBusSpanFactory implementation to use for providing tracing capabilities. |
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. |
Modifier and Type | Method and Description |
---|---|
protected CommandBusSpanFactory |
DefaultConfigurer.defaultCommandBusSpanFactory(Configuration config)
Returns the default
CommandBusSpanFactory , or a DefaultCommandBusSpanFactory backed by the
configured SpanFactory if none it set. |
Modifier and Type | Method and Description |
---|---|
CommandBusSpanFactory |
AxonTracingAutoConfiguration.commandBusSpanFactory(SpanFactory spanFactory,
TracingProperties properties) |
Modifier and Type | Method and Description |
---|---|
AxonServerCommandBus |
AxonServerBusAutoConfiguration.axonServerCommandBus(AxonServerConnectionManager axonServerConnectionManager,
AxonServerConfiguration axonServerConfiguration,
CommandBus localSegment,
Serializer messageSerializer,
RoutingStrategy routingStrategy,
CommandPriorityCalculator priorityCalculator,
CommandLoadFactorProvider loadFactorProvider,
TargetContextResolver<? super CommandMessage<?>> targetContextResolver,
CommandBusSpanFactory spanFactory) |
Copyright © 2010–2024. All rights reserved.