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 OutgoingKafkaRecordMetadataModifier and TypeMethodDescriptionOutgoingKafkaRecordMetadata.OutgoingKafkaRecordMetadataBuilder.build()Create theOutgoingKafkaRecordMetadatainstance based on the values set in this builderMethods in io.smallrye.reactive.messaging.kafka.api with parameters of type OutgoingKafkaRecordMetadataModifier and TypeMethodDescriptionOutgoingKafkaRecordMetadata.from(OutgoingKafkaRecordMetadata<K> other) static <T,K> Message<T> KafkaMetadataUtil.writeOutgoingKafkaMetadata(Message<T> msg, OutgoingKafkaRecordMetadata<K> outgoingKafkaRecordMetadata) WriteOutgoingKafkaRecordMetadatato aMessage.