Package | Description |
---|---|
org.axonframework.lifecycle |
Modifier and Type | Method and Description |
---|---|
void |
Lifecycle.LifecycleRegistry.onShutdown(int phase,
Lifecycle.LifecycleHandler action)
Registers the given
action to run during the given phase during shutdown. |
void |
Lifecycle.LifecycleRegistry.onStart(int phase,
Lifecycle.LifecycleHandler action)
Registers the given
action to run during the given phase during startup. |
Copyright © 2010–2023. All rights reserved.