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