public static interface DynamicTableSink.SinkRuntimeProvider
There might exist different interfaces for runtime implementation which is why DynamicTableSink.SinkRuntimeProvider
serves as the base interface. Concrete DynamicTableSink.SinkRuntimeProvider
interfaces might be located in other Flink modules.
See org.apache.flink.table.connector.sink.SinkFunctionProvider
in flink-table-api-java-bridge
.
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.