Uses of Class
io.vertx.mutiny.kafka.client.producer.KafkaHeader
Packages that use KafkaHeader
-
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 -
Uses of KafkaHeader in io.vertx.mutiny.kafka.client.producer
Fields in io.vertx.mutiny.kafka.client.producer with type parameters of type KafkaHeaderMethods in io.vertx.mutiny.kafka.client.producer that return KafkaHeaderModifier and TypeMethodDescriptionstatic KafkaHeaderstatic KafkaHeaderstatic KafkaHeaderKafkaHeader.newInstance(io.vertx.kafka.client.producer.KafkaHeader delegate) Creates a new instance of theKafkaHeader.Methods in io.vertx.mutiny.kafka.client.producer that return types with arguments of type KafkaHeaderMethods in io.vertx.mutiny.kafka.client.producer with parameters of type KafkaHeaderModifier and TypeMethodDescriptionKafkaProducerRecord.addHeader(KafkaHeader header) Add an header to this record.Method parameters in io.vertx.mutiny.kafka.client.producer with type arguments of type KafkaHeaderModifier and TypeMethodDescriptionKafkaProducerRecord.addHeaders(List<KafkaHeader> headers) Add a list of headers to this record.