Uses of Interface
org.axonframework.messaging.tracing.SpanFactory
Packages that use SpanFactory
Package
Description
-
Uses of SpanFactory in org.axonframework.extension.tracing.opentelemetry
Classes in org.axonframework.extension.tracing.opentelemetry that implement SpanFactoryModifier and TypeClassDescriptionclassCreatesSpanimplementations that are compatible with OpenTelemetry java agent instrumentation. -
Uses of SpanFactory in org.axonframework.messaging.commandhandling.tracing
Methods in org.axonframework.messaging.commandhandling.tracing with parameters of type SpanFactoryModifier and TypeMethodDescriptionDefaultCommandBusSpanFactory.Builder.spanFactory(SpanFactory spanFactory) Sets theSpanFactoryto use to create the spans. -
Uses of SpanFactory in org.axonframework.messaging.eventhandling.tracing
Methods in org.axonframework.messaging.eventhandling.tracing with parameters of type SpanFactoryModifier and TypeMethodDescriptionDefaultEventBusSpanFactory.Builder.spanFactory(SpanFactory spanFactory) Sets theSpanFactoryto use to create the spans.DefaultEventProcessorSpanFactory.Builder.spanFactory(SpanFactory spanFactory) Sets theSpanFactoryto use to create the spans. -
Uses of SpanFactory in org.axonframework.messaging.queryhandling.tracing
Methods in org.axonframework.messaging.queryhandling.tracing with parameters of type SpanFactoryModifier and TypeMethodDescriptionDefaultQueryBusSpanFactory.Builder.spanFactory(SpanFactory spanFactory) Sets theSpanFactoryto use to create the spans.DefaultQueryUpdateEmitterSpanFactory.Builder.spanFactory(SpanFactory spanFactory) Sets theSpanFactoryto use to create the spans. -
Uses of SpanFactory in org.axonframework.messaging.tracing
Classes in org.axonframework.messaging.tracing that implement SpanFactoryModifier and TypeClassDescriptionclassImplementation of aSpanFactorythat delegates calls to multiple other factories.classSpanFactoryimplementation that creates aNoOpSpanFactory.NoOpSpan.Methods in org.axonframework.messaging.tracing with parameters of type SpanFactoryModifier and TypeMethodDescriptionTracingHandlerEnhancerDefinition.Builder.spanFactory(SpanFactory spanFactory) Configures theSpanFactorythe handler enhancer should use for tracing.Constructor parameters in org.axonframework.messaging.tracing with type arguments of type SpanFactoryModifierConstructorDescriptionMultiSpanFactory(List<SpanFactory> spanFactories) Creates theMultiSpanFactorywith the delegate factory implementations that it should use.