@PublicEvolving public interface ElementConverter<InputT,RequestEntryT> extends Serializable
The request entries contain all relevant information required to create and sent the actual request. Eg, for Kinesis Data Streams, the request entry includes the payload and the partition key.
| 限定符和类型 | 方法和说明 |
|---|---|
RequestEntryT |
apply(InputT element,
org.apache.flink.api.connector.sink2.SinkWriter.Context context) |
RequestEntryT apply(InputT element, org.apache.flink.api.connector.sink2.SinkWriter.Context context)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.