Uses of Interface
org.axonframework.common.configuration.LifecycleHandler
Packages that use LifecycleHandler
Package
Description
-
Uses of LifecycleHandler in org.axonframework.common.configuration
Methods in org.axonframework.common.configuration with parameters of type LifecycleHandlerModifier and TypeMethodDescriptionDefaultAxonApplication.onShutdown(int phase, LifecycleHandler shutdownHandler) HierarchicalConfiguration.onShutdown(int phase, LifecycleHandler shutdownHandler) LifecycleRegistry.onShutdown(int phase, LifecycleHandler shutdownHandler) Registers an asynchronousshutdownHandlerto be executed in the givenphasewhen the configuration this registry belongs to is shut down.DefaultAxonApplication.onStart(int phase, LifecycleHandler startHandler) HierarchicalConfiguration.onStart(int phase, LifecycleHandler startHandler) LifecycleRegistry.onStart(int phase, LifecycleHandler startHandler) Registers an asynchronousstartHandlerto be executed in the givenphasewhen the configuration this registry belongs to is started. -
Uses of LifecycleHandler in org.axonframework.extension.spring.config
Methods in org.axonframework.extension.spring.config with parameters of type LifecycleHandlerModifier and TypeMethodDescriptionSpringLifecycleRegistry.onShutdown(int phase, LifecycleHandler shutdownHandler) SpringLifecycleRegistry.onStart(int phase, LifecycleHandler startHandler)