Task Dispatcher Action Ifc
A functional interface to use to model actions that can be invoked to allow a task dispatcher to react to when a task processor has an action such as a failure, etc.
Functions
Link copied to clipboard
abstract fun action(dispatcher: TaskProcessingSystem.TaskDispatcher, task: TaskProcessingSystem.Task, processors: MutableList<TaskProcessingSystem.TaskProcessorIfc>)