Class TaskEventDispatcher

java.lang.Object
org.apache.flink.runtime.io.network.TaskEventDispatcher
All Implemented Interfaces:
TaskEventPublisher

public class TaskEventDispatcher extends Object implements TaskEventPublisher
The task event dispatcher dispatches events flowing backwards from a consuming task to the task producing the consumed result.

Backwards events only work for tasks, which produce pipelined results, where both the producing and consuming task are running at the same time.