Uses of Interface
io.smallrye.reactive.messaging.kafka.KafkaRecord
Packages that use KafkaRecord
Package
Description
-
Uses of KafkaRecord in io.smallrye.reactive.messaging.kafka
Subinterfaces of KafkaRecord in io.smallrye.reactive.messaging.kafkaClasses in io.smallrye.reactive.messaging.kafka that implement KafkaRecordMethods in io.smallrye.reactive.messaging.kafka that return types with arguments of type KafkaRecordModifier and TypeMethodDescriptionMap<org.apache.kafka.common.TopicPartition,KafkaRecord<K, T>> IncomingKafkaRecordBatch.getLatestOffsetRecords()Map<org.apache.kafka.common.TopicPartition,KafkaRecord<K, T>> KafkaRecordBatch.getLatestOffsetRecords()List<KafkaRecord<K,T>> IncomingKafkaRecordBatch.getRecords()List<KafkaRecord<K,T>> KafkaRecordBatch.getRecords()IncomingKafkaRecordBatch.iterator() -
Uses of KafkaRecord in io.smallrye.reactive.messaging.kafka.impl
Methods in io.smallrye.reactive.messaging.kafka.impl with parameters of type KafkaRecordModifier and TypeMethodDescriptionstatic org.apache.kafka.common.TopicPartitionTopicPartitions.getTopicPartition(KafkaRecord<?, ?> record) -
Uses of KafkaRecord in io.smallrye.reactive.messaging.kafka.reply
Methods in io.smallrye.reactive.messaging.kafka.reply with parameters of type KafkaRecordModifier and TypeMethodDescriptionReplyFailureHandler.handleReply(KafkaRecord<?, ?> replyRecord) Handles a reply received from Kafka to extract errors, if any.voidKafkaRequestReplyImpl.onItem(KafkaRecord<?, Rep> record)
instead