Uses of Class
io.vertx.reactivex.kafka.client.producer.KafkaHeader
Packages that use KafkaHeader
Package
Description
-
Uses of KafkaHeader in io.vertx.reactivex.kafka.client.consumer
Methods in io.vertx.reactivex.kafka.client.consumer that return types with arguments of type KafkaHeader -
Uses of KafkaHeader in io.vertx.reactivex.kafka.client.producer
Fields in io.vertx.reactivex.kafka.client.producer with type parameters of type KafkaHeaderModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<KafkaHeader> KafkaHeader.__TYPE_ARGMethods in io.vertx.reactivex.kafka.client.producer that return KafkaHeaderModifier and TypeMethodDescriptionstatic KafkaHeaderstatic KafkaHeaderstatic KafkaHeaderKafkaHeader.newInstance(KafkaHeader arg) Methods in io.vertx.reactivex.kafka.client.producer that return types with arguments of type KafkaHeaderMethods in io.vertx.reactivex.kafka.client.producer with parameters of type KafkaHeaderModifier and TypeMethodDescriptionKafkaProducerRecord.addHeader(KafkaHeader header) Add an header to this record.Method parameters in io.vertx.reactivex.kafka.client.producer with type arguments of type KafkaHeaderModifier and TypeMethodDescriptionKafkaProducerRecord.addHeaders(List<KafkaHeader> headers) Add a list of headers to this record.