T - The type created by the deserialization schema.@PublicEvolving public interface DebeziumDeserializationSchema<T> extends Serializable, org.apache.flink.api.java.typeutils.ResultTypeQueryable<T>
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(org.apache.kafka.connect.source.SourceRecord record,
org.apache.flink.util.Collector<T> out)
Deserialize the Debezium record, it is represented in Kafka
SourceRecord. |
Copyright © 2022 The Apache Software Foundation. All rights reserved.