Uses of Record Class
org.axonframework.modelling.tracing.configuration.ModellingTracingSettings.SpanAttributesProviders
Packages that use ModellingTracingSettings.SpanAttributesProviders
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.SpanAttributesProviders in org.axonframework.modelling.tracing.configuration
Methods in org.axonframework.modelling.tracing.configuration that return ModellingTracingSettings.SpanAttributesProvidersModifier and TypeMethodDescriptionModellingTracingSettings.SpanAttributesProviders.enabledByDefault()Returns the default provider toggles, with every built-in provider enabled.ModellingTracingSettings.spanAttributesProviders()Returns the value of thespanAttributesProvidersrecord component.Methods in org.axonframework.modelling.tracing.configuration with parameters of type ModellingTracingSettings.SpanAttributesProvidersModifier and TypeMethodDescriptionModellingTracingSettings.withSpanAttributesProviders(ModellingTracingSettings.SpanAttributesProviders spanAttributesProviders) Returns a copy of these settings withModellingTracingSettings.spanAttributesProviders()replaced by the given value.Constructors in org.axonframework.modelling.tracing.configuration with parameters of type ModellingTracingSettings.SpanAttributesProvidersModifierConstructorDescriptionModellingTracingSettings(boolean repositoryEnabled, boolean stateManagerEnabled, ModellingTracingSettings.SpanAttributesProviders spanAttributesProviders) Creates an instance of aModellingTracingSettingsrecord class.