Interface AxonConfiguration

All Superinterfaces:
Configuration, DescribableComponent

public interface AxonConfiguration extends Configuration
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 Details

    • start

      void start()
      All components defined in this AxonConfiguration will be started.
    • shutdown

      void shutdown()
      Shuts down the components defined in this AxonConfiguration.