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.
-
ClassDescriptionA
SpanFactorythat logs span lifecycle events through SLF4J, for development and debugging when no APM backend is available.Represents one unit of traced work.The sole public abstraction for creating tracingspansin Axon Framework.The active-span scope returned bySpan.start().