Uses of Record Class
org.axonframework.eventsourcing.tracing.configuration.EventSourcingTracingSettings
Packages that use EventSourcingTracingSettings
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 in org.axonframework.eventsourcing.tracing.configuration
Methods in org.axonframework.eventsourcing.tracing.configuration that return EventSourcingTracingSettingsModifier and TypeMethodDescriptionstatic EventSourcingTracingSettingsEventSourcingTracingSettings.enabledByDefault()Returns the default settings, with every event-sourcing tracing toggle enabled.EventSourcingTracingSettings.withEventStoreEnabled(boolean eventStoreEnabled) Returns a copy of these settings witheventStoreEnabled()replaced by the given value.EventSourcingTracingSettings.withSnapshotStoreEnabled(boolean snapshotStoreEnabled) Returns a copy of these settings withsnapshotStoreEnabled()replaced by the given value.EventSourcingTracingSettings.withSpanAttributesProviders(EventSourcingTracingSettings.SpanAttributesProviders spanAttributesProviders) Returns a copy of these settings withspanAttributesProviders()replaced by the given value.