T - The type created by the keyed deserialization schema.public interface KafkaIngressDeserializer<T>
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(org.apache.kafka.clients.consumer.ConsumerRecord<byte[],byte[]> input)
Deserializes the Kafka record.
|
T deserialize(org.apache.kafka.clients.consumer.ConsumerRecord<byte[],byte[]> input)
input - Kafka record to be deserialized.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.