Uses of Class
io.smallrye.reactive.messaging.kafka.IncomingKafkaRecordBatch
-
Packages that use IncomingKafkaRecordBatch Package Description io.smallrye.reactive.messaging.kafka.impl -
-
Uses of IncomingKafkaRecordBatch in io.smallrye.reactive.messaging.kafka.impl
Methods in io.smallrye.reactive.messaging.kafka.impl that return types with arguments of type IncomingKafkaRecordBatch Modifier and Type Method Description io.smallrye.mutiny.Multi<IncomingKafkaRecordBatch<K,V>>
KafkaSource. getBatchStream()
Methods in io.smallrye.reactive.messaging.kafka.impl with parameters of type IncomingKafkaRecordBatch Modifier and Type Method Description void
KafkaSource. incomingTrace(IncomingKafkaRecordBatch<K,V> kafkaBatchRecord)
-