public static interface ScanTableSource.ScanRuntimeProvider
There might exist different interfaces for runtime implementation which is why ScanTableSource.ScanRuntimeProvider serves as the base interface. Concrete ScanTableSource.ScanRuntimeProvider
interfaces might be located in other Flink modules.
SourceProvider is the recommended core interface. SourceFunctionProvider
in flink-table-api-java-bridge and InputFormatProvider are available for
backwards compatibility.
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.