Class SourceEventWrapper

java.lang.Object
org.apache.flink.runtime.source.event.SourceEventWrapper
All Implemented Interfaces:
Serializable, OperatorEvent

public class SourceEventWrapper extends Object implements OperatorEvent
A wrapper operator event that contains a custom defined operator event.
See Also:
  • Constructor Details

    • SourceEventWrapper

      public SourceEventWrapper(org.apache.flink.api.connector.source.SourceEvent sourceEvent)
  • Method Details

    • getSourceEvent

      public org.apache.flink.api.connector.source.SourceEvent getSourceEvent()
      Returns:
      The SourceEvent in this SourceEventWrapper.
    • toString

      public String toString()
      Overrides:
      toString in class Object