Interface AxonConfiguration
- All Superinterfaces:
Configuration,DescribableComponent
The configuration of any Axon Framework application.
Provides a means to start() and stop the application, besides containing all
components.
- Since:
- 5.0.0
- Author:
- Allard Buijze, Steven van Beelen
-
Method Summary
Methods inherited from interface org.axonframework.common.configuration.Configuration
getComponent, getComponent, getComponent, getComponent, getComponents, getModuleConfiguration, getModuleConfigurations, getOptionalComponent, getOptionalComponent, getParent, hasComponent, hasComponentMethods inherited from interface org.axonframework.common.infra.DescribableComponent
describeTo
-
Method Details
-
start
void start()All components defined in thisAxonConfigurationwill be started. -
shutdown
void shutdown()Shuts down the components defined in thisAxonConfiguration.
-