Uses of Record Class
org.axonframework.eventsourcing.tracing.configuration.EventSourcingTracingSettings.SpanAttributesProviders
Packages that use EventSourcingTracingSettings.SpanAttributesProviders
Package
Description
Configuration support for
axon-eventsourcing tracing: the enhancers wiring the tracing decorators and
contributing the module's span attribute providers, and the per-component tracing settings.-
Uses of EventSourcingTracingSettings.SpanAttributesProviders in org.axonframework.eventsourcing.tracing.configuration
Methods in org.axonframework.eventsourcing.tracing.configuration that return EventSourcingTracingSettings.SpanAttributesProvidersModifier and TypeMethodDescriptionEventSourcingTracingSettings.SpanAttributesProviders.enabledByDefault()Returns the default provider toggles, with every built-in provider enabled.EventSourcingTracingSettings.spanAttributesProviders()Returns the value of thespanAttributesProvidersrecord component.Methods in org.axonframework.eventsourcing.tracing.configuration with parameters of type EventSourcingTracingSettings.SpanAttributesProvidersModifier and TypeMethodDescriptionEventSourcingTracingSettings.withSpanAttributesProviders(EventSourcingTracingSettings.SpanAttributesProviders spanAttributesProviders) Returns a copy of these settings withEventSourcingTracingSettings.spanAttributesProviders()replaced by the given value.Constructors in org.axonframework.eventsourcing.tracing.configuration with parameters of type EventSourcingTracingSettings.SpanAttributesProvidersModifierConstructorDescriptionEventSourcingTracingSettings(boolean eventStoreEnabled, boolean snapshotStoreEnabled, EventSourcingTracingSettings.SpanAttributesProviders spanAttributesProviders) Creates an instance of aEventSourcingTracingSettingsrecord class.