Class AbstractEvent

  • All Implemented Interfaces:
    org.apache.flink.core.io.IOReadableWritable
    Direct Known Subclasses:
    RuntimeEvent, TaskEvent

    public abstract class AbstractEvent
    extends Object
    implements org.apache.flink.core.io.IOReadableWritable
    This type of event can be used to exchange notification messages between different TaskExecutor objects at runtime using the communication channels.
    • Constructor Detail

      • AbstractEvent

        public AbstractEvent()