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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SourceEventWrapper(SourceEvent sourceEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceEvent
getSourceEvent()
String
toString()
-
-
-
Constructor Detail
-
SourceEventWrapper
public SourceEventWrapper(SourceEvent sourceEvent)
-
-
Method Detail
-
getSourceEvent
public SourceEvent getSourceEvent()
- Returns:
- The
SourceEvent
in this SourceEventWrapper.
-
-