Package org.axonframework.messaging.tracing


@NullMarked package org.axonframework.messaging.tracing
The tracing API of Axon Framework: SpanFactory, Span, SpanScope, and SpanAttributesProvider, plus the logging and no-op factory implementations.

The delegating tracing decorators live with the components they decorate (for example org.axonframework.messaging.commandhandling.tracing); the configuration sub-package holds the enhancers and settings wiring them, the attributes sub-package the built-in attribute providers and their registry, and the annotation sub-package the per-method handler-span enhancer.