Class WrappedSource<T>
- java.lang.Object
-
- org.apache.flink.api.connector.dsv2.WrappedSource<T>
-
- All Implemented Interfaces:
org.apache.flink.api.connector.dsv2.Source<T>
@Internal public class WrappedSource<T> extends Object implements org.apache.flink.api.connector.dsv2.Source<T>
A simpleSourceimplementation that wrap a FLIP-27 source.
-
-
Constructor Summary
Constructors Constructor Description WrappedSource(Source<T,?,?> wrappedSource)
-