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