Class SourceEventWrapper
java.lang.Object
org.apache.flink.runtime.source.event.SourceEventWrapper
- All Implemented Interfaces:
Serializable,OperatorEvent
A wrapper operator event that contains a custom defined operator event.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSourceEventWrapper(org.apache.flink.api.connector.source.SourceEvent sourceEvent) -
Method Summary
-
Constructor Details
-
SourceEventWrapper
public SourceEventWrapper(org.apache.flink.api.connector.source.SourceEvent sourceEvent)
-
-
Method Details