Uses of Annotation Interface
org.axonframework.common.annotation.RegistrationScope

Packages that use RegistrationScope
Package
Description
Tracing wiring for the distributed bus connectors (CommandBusConnector, QueryBusConnector).
Part of the Axoniq Framework multi-tenancy module.
Contains the configuration components wiring multi-tenancy defaults into an Axon Framework application.
Spring Boot auto configuration for Axoniq Framework.
Micrometer Tracing binding for the tracing API, wired by MicrometerTracingConfigurationEnhancer.
In-process, thread-local trace-context propagation for the Micrometer binding: captures the dispatching thread's thread-bound state (the active span, MDC, security context) and restores it on the framework's worker threads, so the active Axon span is thread-local-current inside handler execution and instrumented JDBC/gRPC/WebClient calls and MDC logging nest under it.
Part of the Axon Eventsourcing module.
Configuration support for axon-eventsourcing tracing: the enhancers wiring the tracing decorators and contributing the module's span attribute providers, and the per-component tracing settings.
Part of the Axon Extension module.
Configuration support for the built-in axon-messaging SpanAttributesProviders: the enhancer contributing them to the SpanAttributesProviderRegistry.
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.
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.
Root package for Axon Update.