Uses of Interface
org.axonframework.lifecycle.Lifecycle.LifecycleHandler
Packages that use Lifecycle.LifecycleHandler
-
Uses of Lifecycle.LifecycleHandler in org.axonframework.lifecycle
Methods in org.axonframework.lifecycle with parameters of type Lifecycle.LifecycleHandlerModifier and TypeMethodDescriptionvoidLifecycle.LifecycleRegistry.onShutdown(int phase, Lifecycle.LifecycleHandler action) Registers the givenactionto run during the givenphaseduring shutdown.voidLifecycle.LifecycleRegistry.onStart(int phase, Lifecycle.LifecycleHandler action) Registers the givenactionto run during the givenphaseduring startup.