Class AxonAutoConfiguration
java.lang.Object
org.axonframework.extension.springboot.autoconfig.AxonAutoConfiguration
Autoconfiguration class that defines the
AxonConfiguration and
ComponentRegistry implementations that supports beans to be accessed as
components.
Lifecycle handlers from the LifecycleRegistry are managed by the Spring
Application context to allow "weaving" of these lifecycles with the Spring lifecycles.
This autoconfiguration will construct the beans such that they allow for a hierarchical Spring Application Context.
- Since:
- 3.0.0
- Author:
- Allard Buijze, Josh Long
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AxonAutoConfiguration
public AxonAutoConfiguration()
-