Uses of Record Class
org.axonframework.messaging.tracing.configuration.MessagingTracingSettings
Packages that use MessagingTracingSettings
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 in org.axonframework.messaging.tracing.configuration
Methods in org.axonframework.messaging.tracing.configuration that return MessagingTracingSettingsModifier and TypeMethodDescriptionstatic MessagingTracingSettingsMessagingTracingSettings.enabledByDefault()Returns the default settings, with every messaging component enabled for tracing and default values for the event-processor sub-toggles (batchTraceEnabled=true,distributedInSameTrace=false,distributedInSameTraceTimeLimit=PT2M) and the handler enhancer (eventSourcingHandlersEnabled=false-- replay-noisy event sourcing handlers are not traced).MessagingTracingSettings.withCommandBusEnabled(boolean commandBusEnabled) Returns a copy of these settings withcommandBusEnabled()replaced by the given value.MessagingTracingSettings.withEventProcessorBatchTraceEnabled(boolean eventProcessorBatchTraceEnabled) Returns a copy of these settings witheventProcessorBatchTraceEnabled()replaced by the given value.MessagingTracingSettings.withEventProcessorDistributedInSameTrace(boolean eventProcessorDistributedInSameTrace) Returns a copy of these settings witheventProcessorDistributedInSameTrace()replaced by the given value.MessagingTracingSettings.withEventProcessorDistributedInSameTraceTimeLimit(Duration eventProcessorDistributedInSameTraceTimeLimit) Returns a copy of these settings witheventProcessorDistributedInSameTraceTimeLimit()replaced by the given value.MessagingTracingSettings.withEventProcessorEnabled(boolean eventProcessorEnabled) Returns a copy of these settings witheventProcessorEnabled()replaced by the given value.MessagingTracingSettings.withEventSinkEnabled(boolean eventSinkEnabled) Returns a copy of these settings witheventSinkEnabled()replaced by the given value.MessagingTracingSettings.withEventSourcingHandlersEnabled(boolean eventSourcingHandlersEnabled) Returns a copy of these settings witheventSourcingHandlersEnabled()replaced by the given value.MessagingTracingSettings.withQueryBusEnabled(boolean queryBusEnabled) Returns a copy of these settings withqueryBusEnabled()replaced by the given value.MessagingTracingSettings.withSpanAttributesProviders(MessagingTracingSettings.SpanAttributesProviders spanAttributesProviders) Returns a copy of these settings withspanAttributesProviders()replaced by the given value.