Uses of Record Class
org.axonframework.messaging.tracing.configuration.MessagingTracingSettings.SpanAttributesProviders
Packages that use MessagingTracingSettings.SpanAttributesProviders
Package
Description
Configuration support for
axon-messaging tracing: the enhancers wiring the tracing decorators and
registering the tracing defaults, the per-component tracing settings, and the shared enhancer/decorator ordering
constants.-
Uses of MessagingTracingSettings.SpanAttributesProviders in org.axonframework.messaging.tracing.configuration
Methods in org.axonframework.messaging.tracing.configuration that return MessagingTracingSettings.SpanAttributesProvidersModifier and TypeMethodDescriptionMessagingTracingSettings.SpanAttributesProviders.enabledByDefault()Returns the default provider toggles, with every built-in provider enabled.MessagingTracingSettings.spanAttributesProviders()Returns the value of thespanAttributesProvidersrecord component.Methods in org.axonframework.messaging.tracing.configuration with parameters of type MessagingTracingSettings.SpanAttributesProvidersModifier and TypeMethodDescriptionMessagingTracingSettings.withSpanAttributesProviders(MessagingTracingSettings.SpanAttributesProviders spanAttributesProviders) Returns a copy of these settings withMessagingTracingSettings.spanAttributesProviders()replaced by the given value.Constructors in org.axonframework.messaging.tracing.configuration with parameters of type MessagingTracingSettings.SpanAttributesProvidersModifierConstructorDescriptionMessagingTracingSettings(boolean commandBusEnabled, boolean eventSinkEnabled, boolean eventProcessorEnabled, boolean eventProcessorBatchTraceEnabled, boolean eventProcessorDistributedInSameTrace, Duration eventProcessorDistributedInSameTraceTimeLimit, boolean queryBusEnabled, boolean eventSourcingHandlersEnabled, MessagingTracingSettings.SpanAttributesProviders spanAttributesProviders) Creates an instance of aMessagingTracingSettingsrecord class.