Class | Description |
---|---|
AbstractAnnotationHandlerBeanPostProcessor<I,T extends I> |
Abstract bean post processor that finds candidates for proxying.
|
AnnotationDrivenRegistrar |
Spring @Configuration related class that adds Axon Annotation PostProcessors to the BeanDefinitionRegistry.
|
ApplicationContextLookupParameterResolverFactory |
FactoryBean implementation that create a ParameterResolverFactory, which auto-detects beans implementing
ParameterResolverFactory beans in the application context.
|
AxonConfiguration |
Spring Configuration class that defines a number of conditional beans.
|
CommandHandlerSubscriber |
Registers Spring beans that implement both MessageHandler and SupportedCommandNamesAware with the command bus.
|
ConfigurerFactoryBean |
FactoryBean that creates an instance of a
Configurer for use in a Spring Application Context. |
EventHandlerRegistrar |
Spring Bean that registers Event Handler beans with the EventHandlingConfiguration.
|
NoBeanOfType.NoBeanOfTypeDefined |
Condition that checks if a bean with given class already exists in the Spring context.
|
QueryHandlerSubscriber |
Registers Spring beans that implement
QueryHandlerAdapter with the query bus. |
RepositoryFactoryBean<T> |
Spring Factory bean that allows registration of a Repository for an Aggregate in the Spring Application Context
based on a given AggregateConfiguration
|
SpringAxonAutoConfigurer |
ImportBeanDefinitionRegistrar implementation that sets up an infrastructure Configuration based on beans available
in the application context.
|
SpringAxonAutoConfigurer.ImportSelector |
Implementation of an
SpringAxonAutoConfigurer.ImportSelector that enables the import of the SpringAxonAutoConfigurer after
all @Configuration beans have been processed. |
TransactionManagerFactoryBean |
Factory Bean that wraps transaction manager instances with an implementation of
TransactionManager , if
necessary (and possible). |
Annotation Type | Description |
---|---|
AnnotationDriven |
Annotation for
@Configuration that will automatically
subscribe @CommandHandler and @QueryHandler annotated beans with the
CommandBus and QueryBus, respectively. |
NoBeanOfType |
Annotation to be used in a configuration class on @
Bean annotated
methods if the method should only provide its bean if a bean of a given type does not exist yet. |
Copyright © 2010–2022. All rights reserved.