Interface EventHandlingProcessorLifecycleController
public interface EventHandlingProcessorLifecycleController
Interface to be implemented by beans responsible for managing the life-cycle of an
EventHandlingProcessor
bean.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
States whether the associatedEventHandlingProcessor
is currently EventHandlingProcessor.run() running.
-
Method Details
-
isRunning
boolean isRunning()States whether the associatedEventHandlingProcessor
is currently EventHandlingProcessor.run() running.- Returns:
true
if it is running,false
otherwise
-