Class | Description |
---|---|
AbstractAnnotationHandlerBeanPostProcessor<I,T extends I> | Deprecated
Replaced by the
MessageHandlerLookup and MessageHandlerConfigurer , eliminating the need
of an abstract implementation used for command and query registration. |
AnnotationDrivenRegistrar | Deprecated
Use Spring Boot autoconfiguration or register the individual beans explicitly.
|
ApplicationContextLookupParameterResolverFactory | Deprecated
Use Spring Boot autoconfiguration or register the individual beans explicitly.
|
AxonConfiguration | Deprecated
Replaced by the
SpringConfigurer and SpringAxonConfiguration . |
CommandHandlerSubscriber | Deprecated
Replaced by the
MessageHandlerLookup and MessageHandlerConfigurer . |
ConfigurerFactoryBean | Deprecated
Replaced by the
SpringConfigurer , which itself is a Configurer implementation. |
EventHandlerRegistrar | Deprecated
Replaced by the
MessageHandlerLookup and MessageHandlerConfigurer . |
MessageHandlerConfigurer |
An implementation of a
ConfigurerModule that will register a list of beans as handlers for a specific type of
message. |
MessageHandlerLookup |
A
BeanDefinitionRegistryPostProcessor implementation that detects beans with Axon Message handlers and
registers an MessageHandlerConfigurer to have these handlers registered in the Axon
Configuration . |
NoBeanOfType.NoBeanOfTypeDefined |
Condition that checks if a bean with given class already exists in the Spring context.
|
QueryHandlerSubscriber | Deprecated
Replaced by the
MessageHandlerLookup and MessageHandlerConfigurer . |
RepositoryFactoryBean<T> | Deprecated
Replaced by the
SpringAggregateLookup and SpringAggregateConfigurer . |
SpringAggregateConfigurer<T> |
A
ConfigurerModule implementation that will configure an Aggregate with the Axon Configuration . |
SpringAggregateLookup |
A
BeanDefinitionRegistryPostProcessor implementation that scans for Aggregate types and registers a
configurer for each Aggregate found. |
SpringAxonAutoConfigurer | Deprecated
Replaced by the
SpringConfigurer and SpringAxonConfiguration . |
SpringAxonAutoConfigurer.ImportSelector |
Implementation of an
SpringAxonAutoConfigurer.ImportSelector that enables the import of the SpringAxonAutoConfigurer after
all @Configuration beans have been processed. |
SpringAxonConfiguration |
Factory Bean implementation that creates an Axon
Configuration for a Configurer . |
SpringConfigurer |
A
Configurer implementation that considers the Spring Application context as a
source for components. |
SpringSagaConfigurer |
A
ConfigurerModule implementation that configures a Saga based on configuration found in the Application
Context. |
SpringSagaLookup |
A
BeanDefinitionRegistryPostProcessor implementation that scans for Saga types and registers a configurer for each Saga found. |
TransactionManagerFactoryBean | Deprecated
Use Spring Boot autoconfiguration or register the individual beans explicitly.
|
Enum | Description |
---|---|
MessageHandlerConfigurer.Type |
Enumeration defining the auto configurable message handler types.
|
Annotation Type | Description |
---|---|
AnnotationDriven | Deprecated
Use Spring Boot autoconfiguration or register the individual beans explicitly.
|
NoBeanOfType | Deprecated
Use Spring Boot autoconfiguration or register the individual beans explicitly.
|
Copyright © 2010–2023. All rights reserved.