Uses of Record Class
org.axonframework.modelling.tracing.configuration.ModellingTracingSettings
Packages that use ModellingTracingSettings
Package
Description
Configuration support for
axon-modelling tracing: the enhancers wiring the tracing decorators and
contributing the module's span attribute providers, and the per-component tracing settings.-
Uses of ModellingTracingSettings in org.axonframework.modelling.tracing.configuration
Methods in org.axonframework.modelling.tracing.configuration that return ModellingTracingSettingsModifier and TypeMethodDescriptionstatic ModellingTracingSettingsModellingTracingSettings.enabledByDefault()Returns the default settings, with every modelling component enabled for tracing and every built-in span attribute provider enabled.ModellingTracingSettings.withRepositoryEnabled(boolean repositoryEnabled) Returns a copy of these settings withrepositoryEnabled()replaced by the given value.ModellingTracingSettings.withSpanAttributesProviders(ModellingTracingSettings.SpanAttributesProviders spanAttributesProviders) Returns a copy of these settings withspanAttributesProviders()replaced by the given value.ModellingTracingSettings.withStateManagerEnabled(boolean stateManagerEnabled) Returns a copy of these settings withstateManagerEnabled()replaced by the given value.