@PublicEvolving 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.
SinkV2Provider
is the recommended core interface. SinkProvider
, SinkFunctionProvider
in flink-table-api-java-bridge
and OutputFormatProvider
are available for backwards compatibility.
SinkV2Provider
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.