Class LifecycleHandlerInspector

java.lang.Object
org.axonframework.config.LifecycleHandlerInspector

public abstract class LifecycleHandlerInspector extends Object
Utility class used to resolve LifecycleHandlers to be registered to the Configuration. A StartHandler annotated lifecycle handler will be registered through LifecycleOperations.onStart(int, LifecycleHandler), whilst a ShutdownHandler annotated lifecycle handler will be registered through LifecycleOperations.onShutdown(int, LifecycleHandler).
Since:
4.3
Author:
Steven van Beelen
See Also: