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 TypeMethodDescriptionbooleanStates whether the associatedEventHandlingProcessoris currently EventHandlingProcessor.run() running.
-
Method Details
-
isRunning
boolean isRunning()States whether the associatedEventHandlingProcessoris currently EventHandlingProcessor.run() running.- Returns:
trueif it is running,falseotherwise
-