| Class | Description |
|---|---|
| Phase |
Utility class containing constants which can be used as input for the
StartHandler and ShutdownHandler annotations. |
| ShutdownLatch |
A latch implementation to be used in shutdown scenarios.
|
| Exception | Description |
|---|---|
| LifecycleHandlerInvocationException |
Exception indicating a failure occurred during a lifecycle handler method invocation.
|
| ShutdownInProgressException |
Exception indicating a process tried to register an activity whilst the application is shutting down.
|
| Annotation Type | Description |
|---|---|
| ShutdownHandler |
Annotation indicating that a member method should be a part of the shutdown cycle of an Axon application.
|
| StartHandler |
Annotation indicating that a member method should be a part of the start cycle of an Axon application.
|
Copyright © 2010–2020. All rights reserved.