| Package | Description |
|---|---|
| org.axonframework.spring.config | |
| org.axonframework.spring.config.annotation | |
| org.axonframework.springboot.autoconfig |
| Class and Description |
|---|
| AxonConfiguration
Deprecated.
Replaced by the
SpringConfigurer and SpringAxonConfiguration. |
| MessageHandlerConfigurer.Type
Enumeration defining the auto configurable message handler types.
|
| NoBeanOfType
Deprecated.
Use Spring Boot autoconfiguration or register the individual beans explicitly. Check the "See also" list
for which individual beans to register.
|
| Class and Description |
|---|
| AbstractAnnotationHandlerBeanPostProcessor
Deprecated.
Replaced by the
MessageHandlerLookup and MessageHandlerConfigurer, eliminating the need
of an abstract implementation used for command and query registration. |
| Class and Description |
|---|
| MessageHandlerLookup
A
BeanDefinitionRegistryPostProcessor implementation that detects beans with Axon Message handlers and
registers an MessageHandlerConfigurer to have these handlers registered in the Axon
Configuration. |
| SpringAggregateLookup
A
BeanDefinitionRegistryPostProcessor implementation that scans for Aggregate types and registers a
configurer for each Aggregate found. |
| 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. |
| SpringSagaLookup
A
BeanDefinitionRegistryPostProcessor implementation that scans for Saga types and registers a configurer for each Saga found. |
Copyright © 2010–2023. All rights reserved.