Class 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 simple Source implementation that wrap a FLIP-27 source.
    • Constructor Detail

      • WrappedSource

        public WrappedSource​(Source<T,​?,​?> wrappedSource)
    • Method Detail

      • getWrappedSource

        public Source<T,​?,​?> getWrappedSource()