Class ClusteredTaskManager.NotifyExecutionStrategyProcessor

All Implemented Interfaces:
PortableObject, InvocableMap.EntryProcessor<String,ClusteredTaskManager,Boolean>, Serializable
Enclosing class:
ClusteredTaskManager<T,A,R>

public static class ClusteredTaskManager.NotifyExecutionStrategyProcessor extends PortableAbstractProcessor<String,ClusteredTaskManager,Boolean>
An InvocableMap.EntryProcessor to notify the Task that an event has occurred which requires the ExecutionStrategy to be re-evaluated.
See Also: