Uses of Class
org.axonframework.commandhandling.DefaultCommandBusSpanFactory.Builder
Packages that use DefaultCommandBusSpanFactory.Builder
Package
Description
Classes that implement the concept of command handling using explicit command objects.
-
Uses of DefaultCommandBusSpanFactory.Builder in org.axonframework.commandhandling
Methods in org.axonframework.commandhandling that return DefaultCommandBusSpanFactory.BuilderModifier and TypeMethodDescriptionDefaultCommandBusSpanFactory.builder()Creates a Builder to be able to create aDefaultCommandBusSpanFactory.DefaultCommandBusSpanFactory.Builder.distributedInSameTrace(boolean distributedInSameTrace) Sets whether theCommandMessages should be handled in the same trace as the dispatching span.DefaultCommandBusSpanFactory.Builder.spanFactory(SpanFactory spanFactory) Sets theSpanFactoryto use to create the spans.Constructors in org.axonframework.commandhandling with parameters of type DefaultCommandBusSpanFactory.BuilderModifierConstructorDescriptionprotectedCreates a newDefaultCommandBusSpanFactoryusing the providedbuilder.