Uses of Class
io.vertx.mutiny.kafka.client.producer.KafkaHeader
-
Packages that use KafkaHeader Package Description io.vertx.mutiny.kafka.client.consumer io.vertx.mutiny.kafka.client.producer -
-
Uses of KafkaHeader in io.vertx.mutiny.kafka.client.consumer
Methods in io.vertx.mutiny.kafka.client.consumer that return types with arguments of type KafkaHeader Modifier and Type Method Description List<KafkaHeader>
KafkaConsumerRecord. headers()
-
Uses of KafkaHeader in io.vertx.mutiny.kafka.client.producer
Fields in io.vertx.mutiny.kafka.client.producer with type parameters of type KafkaHeader Modifier and Type Field Description static TypeArg<KafkaHeader>
KafkaHeader. __TYPE_ARG
Methods in io.vertx.mutiny.kafka.client.producer that return KafkaHeader Modifier and Type Method Description static KafkaHeader
KafkaHeader. header(String key, Buffer value)
static KafkaHeader
KafkaHeader. header(String key, String value)
static KafkaHeader
KafkaHeader. newInstance(io.vertx.kafka.client.producer.KafkaHeader arg)
Methods in io.vertx.mutiny.kafka.client.producer that return types with arguments of type KafkaHeader Modifier and Type Method Description List<KafkaHeader>
KafkaProducerRecord. headers()
Methods in io.vertx.mutiny.kafka.client.producer with parameters of type KafkaHeader Modifier and Type Method Description KafkaProducerRecord<K,V>
KafkaProducerRecord. addHeader(KafkaHeader header)
Method parameters in io.vertx.mutiny.kafka.client.producer with type arguments of type KafkaHeader Modifier and Type Method Description KafkaProducerRecord<K,V>
KafkaProducerRecord. addHeaders(List<KafkaHeader> headers)
-