Uses of Interface
org.axonframework.common.configuration.ComponentRegistry

Packages that use ComponentRegistry
Package
Description
Root package for the Axon Server Connector.
Part of the Axon Messaging module.
Tracing wiring for the distributed bus connectors (CommandBusConnector, QueryBusConnector).
Part of the Axon Messaging module.
Part of the Axoniq Framework event-streaming module.
Part of the Axoniq Framework multi-tenancy module.
Contains classes related to multitenancy-specific annotation logic.
Part of the Axoniq Framework multi-tenancy module.
Contains the configuration components wiring multi-tenancy defaults into an Axon Framework application.
Part of the Axon Messaging module.
Part of the Axoniq Messaging folder.
Postgres extension main package.
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.
Component configuration, registry, and lifecycle support.
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.
Part of the Axon Extension module.
Part of the Axon Extension module.
Part of the Axon Extension module.
Part of the Axon Extension module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Built-in SpanAttributesProvider implementations contributing standard message-derived attributes (identifier, type, metadata, aggregate identifier) to spans.
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.
Root package for Axon Modelling.
Part of the Axon Modelling module.
Part of the Axon Modelling module.
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.
Part of the Axon Test module.
Root package for Axon Update.