Uses of Interface
org.axonframework.config.LifecycleHandler
Packages that use LifecycleHandler
-
Uses of LifecycleHandler in org.axonframework.config
Methods in org.axonframework.config with parameters of type LifecycleHandlerModifier and TypeMethodDescriptionvoidDefaultConfigurer.onShutdown(int phase, LifecycleHandler shutdownHandler) voidLifecycleOperations.onShutdown(int phase, LifecycleHandler shutdownHandler) Registers an asynchronousshutdownHandlerto be executed in the givenphasewhen the Configuration is shut down.voidDefaultConfigurer.onStart(int phase, LifecycleHandler startHandler) voidLifecycleOperations.onStart(int phase, LifecycleHandler startHandler) Registers an asynchronousstartHandlerto be executed in the givenphasewhen this Configuration is started. -
Uses of LifecycleHandler in org.axonframework.spring.config
Methods in org.axonframework.spring.config with parameters of type LifecycleHandlerModifier and TypeMethodDescriptionvoidAxonConfiguration.onShutdown(int phase, LifecycleHandler shutdownHandler) Deprecated.voidAxonConfiguration.onStart(int phase, LifecycleHandler startHandler) Deprecated.