Package org.axonframework.lifecycle


package org.axonframework.lifecycle
  • Class
    Description
    Interface for components that can be started and shut down as part of the Application lifecycle.
    Functional interface for lifecycle activities that may run asynchronously
    Interface 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 StartHandler and ShutdownHandler annotations, or components implementing the Lifecycle interface.
    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.