| 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.
|
| AnnotationEventListenerBeanPostProcessor |
Spring Bean post processor that automatically generates an adapter for each bean containing
EventHandler
annotated methods. |
| ApplicationContextLookupParameterResolverFactory |
FactoryBean implementation that create a ParameterResolverFactory, which auto-detects beans implementing
ParameterResolverFactory beans in the application context.
|
| AxonConfiguration | |
| CommandHandlerSubscriber |
Registers Spring beans that implement both MessageHandler and SupportedCommandNamesAware with the command bus.
|
| NoBeanOfType.NoBeanOfTypeDefined | |
| SpringAxonAutoConfigurer | |
| SpringAxonAutoConfigurer.ImportSelector | |
| 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 @EventHandler annotated beans with the CommandBus and
EventBus, respectively. |
| EnableAxonAutoConfiguration | |
| NoBeanOfType |
Copyright © 2010–2016. All rights reserved.