Uses of Class
org.axonframework.tracing.NestingSpanFactory.Builder
Packages that use NestingSpanFactory.Builder
-
Uses of NestingSpanFactory.Builder in org.axonframework.tracing
Methods in org.axonframework.tracing that return NestingSpanFactory.BuilderModifier and TypeMethodDescriptionstatic NestingSpanFactory.BuilderNestingSpanFactory.builder()Deprecated.Creates a newNestingSpanFactory.Builderthat can build aNestingSpanFactory.Configures theClockto use when determining the time passed since publication of an event and the current time.NestingSpanFactory.Builder.delegate(SpanFactory spanFactory) Defines the delegateSpanFactoryto use, which actually provides the spans.Configures theDurationsince original publishing of an event or deadline during which it should be considered a nested span.Constructors in org.axonframework.tracing with parameters of type NestingSpanFactory.BuilderModifierConstructorDescriptionprotectedDeprecated.Creates theNestingSpanFactorybased on theNestingSpanFactory.Builderprovided.