Uses of Class
io.smallrye.reactive.messaging.kafka.api.OutgoingKafkaRecordMetadata
-
-
Uses of OutgoingKafkaRecordMetadata in io.smallrye.reactive.messaging.kafka.api
Methods in io.smallrye.reactive.messaging.kafka.api that return OutgoingKafkaRecordMetadata Modifier and Type Method Description OutgoingKafkaRecordMetadata<K>OutgoingKafkaRecordMetadata.OutgoingKafkaRecordMetadataBuilder. build()Create theOutgoingKafkaRecordMetadatainstance based on the values set in this builderMethods in io.smallrye.reactive.messaging.kafka.api with parameters of type OutgoingKafkaRecordMetadata Modifier and Type Method Description static <T,K>
Message<T>KafkaMetadataUtil. writeOutgoingKafkaMetadata(Message<T> msg, OutgoingKafkaRecordMetadata<K> outgoingKafkaRecordMetadata)WriteOutgoingKafkaRecordMetadatato aMessage.
-