Uses of Interface
io.smallrye.reactive.messaging.kafka.KafkaConsumer
-
Packages that use KafkaConsumer Package Description io.smallrye.reactive.messaging.kafka io.smallrye.reactive.messaging.kafka.impl -
-
Uses of KafkaConsumer in io.smallrye.reactive.messaging.kafka
Methods in io.smallrye.reactive.messaging.kafka that return KafkaConsumer Modifier and Type Method Description <K,V>
KafkaConsumer<K,V>KafkaClientService. getConsumer(String channel)
Gets the managed Kafka Consumer for the given channel.<K,V>
KafkaConsumer<K,V>KafkaConnector. getConsumer(String channel)
-
Uses of KafkaConsumer in io.smallrye.reactive.messaging.kafka.impl
Classes in io.smallrye.reactive.messaging.kafka.impl that implement KafkaConsumer Modifier and Type Class Description class
ReactiveKafkaConsumer<K,V>
Methods in io.smallrye.reactive.messaging.kafka.impl that return KafkaConsumer Modifier and Type Method Description <K,V>
KafkaConsumer<K,V>KafkaClientServiceImpl. getConsumer(String channel)
-