T - Type of elements before serialization by sink@Experimental public interface DataStreamSinkV2ExternalContext<T> extends DataStreamSinkExternalContext<T>
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.connector.sink2.Sink<T> |
createSink(TestingSinkSettings sinkSettings)
Create an instance of
Sink satisfying given options. |
createSinkDataReader, generateTestDatagetConnectorJarPathscloseorg.apache.flink.api.connector.sink2.Sink<T> createSink(TestingSinkSettings sinkSettings) throws UnsupportedOperationException
Sink satisfying given options.sinkSettings - settings of the sinkUnsupportedOperationException - if the provided option is not supported.Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.