Uses of Interface
org.axonframework.commandhandling.CommandBusSpanFactory
Packages that use CommandBusSpanFactory
Package
Description
Classes that implement the concept of command handling using explicit command objects.
-
Uses of CommandBusSpanFactory in org.axonframework.axonserver.connector.command
Methods in org.axonframework.axonserver.connector.command with parameters of type CommandBusSpanFactoryModifier and TypeMethodDescriptionAxonServerCommandBus.Builder.spanFactory(CommandBusSpanFactory spanFactory) Sets theCommandBusSpanFactoryimplementation to use for providing tracing capabilities. -
Uses of CommandBusSpanFactory in org.axonframework.commandhandling
Classes in org.axonframework.commandhandling that implement CommandBusSpanFactoryMethods in org.axonframework.commandhandling with parameters of type CommandBusSpanFactoryModifier and TypeMethodDescriptionAsynchronousCommandBus.Builder.spanFactory(CommandBusSpanFactory spanFactory) SimpleCommandBus.Builder.spanFactory(CommandBusSpanFactory spanFactory) Sets theCommandBusSpanFactoryimplementation to use for providing tracing capabilities. -
Uses of CommandBusSpanFactory in org.axonframework.commandhandling.distributed
Methods in org.axonframework.commandhandling.distributed with parameters of type CommandBusSpanFactoryModifier and TypeMethodDescriptionDistributedCommandBus.Builder.spanFactory(CommandBusSpanFactory spanFactory) Sets theCommandBusSpanFactoryimplementation to use for providing tracing capabilities. -
Uses of CommandBusSpanFactory in org.axonframework.config
Methods in org.axonframework.config that return CommandBusSpanFactoryModifier and TypeMethodDescriptionprotected CommandBusSpanFactoryDefaultConfigurer.defaultCommandBusSpanFactory(Configuration config) Returns the defaultCommandBusSpanFactory, or aDefaultCommandBusSpanFactorybacked by the configuredSpanFactoryif none it set. -
Uses of CommandBusSpanFactory in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return CommandBusSpanFactoryModifier and TypeMethodDescriptionAxonTracingAutoConfiguration.commandBusSpanFactory(SpanFactory spanFactory, TracingProperties properties) Methods in org.axonframework.springboot.autoconfig with parameters of type CommandBusSpanFactoryModifier and TypeMethodDescriptionAxonServerBusAutoConfiguration.axonServerCommandBus(AxonServerConnectionManager axonServerConnectionManager, AxonServerConfiguration axonServerConfiguration, CommandBus localSegment, Serializer messageSerializer, RoutingStrategy routingStrategy, CommandPriorityCalculator priorityCalculator, CommandLoadFactorProvider loadFactorProvider, TargetContextResolver<? super CommandMessage<?>> targetContextResolver, CommandBusSpanFactory spanFactory)