ENT-6791 New service lifecycle event published just before starting the state machine (#7164)

This commit is contained in:
Chris Cochrane
2022-06-10 19:56:02 +01:00
committed by GitHub
parent cd1e3bab85
commit 03fa529292
7 changed files with 136 additions and 29 deletions

View File

@ -25,6 +25,7 @@ enum class ServiceLifecycleEvent {
* sense for Corda node to continue its operation. The lifecycle events dispatcher will endeavor to terminate node's JVM as soon
* as practically possible.
*/
BEFORE_STATE_MACHINE_START,
STATE_MACHINE_STARTED,
}