Package org.axonframework.lifecycle
package org.axonframework.lifecycle
-
ClassDescriptionInterface for components that can be started and shut down as part of the Application lifecycle.Functional interface for lifecycle activities that may run asynchronouslyInterface towards the registry that holds all lifecycle handlers for components.Exception indicating a failure occurred during a lifecycle handler method invocation.Utility class containing constants which can be used as input for the
StartHandlerandShutdownHandlerannotations, or components implementing theLifecycleinterface.Annotation indicating that a member method should be a part of the shutdown cycle of an Axon application.Exception indicating a process tried to register an activity whilst the application is shutting down.A latch implementation to be used in shutdown scenarios.Annotation indicating that a member method should be a part of the start cycle of an Axon application.