mirror of
https://github.com/corda/corda.git
synced 2025-06-22 17:09:00 +00:00
ENT-6791 New service lifecycle event published just before starting the state machine (#7164)
This commit is contained in:
@ -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,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user