Uses of Interface
io.smallrye.reactive.messaging.kafka.KafkaProducer
Packages that use KafkaProducer
-
Uses of KafkaProducer in io.smallrye.reactive.messaging.kafka
Methods in io.smallrye.reactive.messaging.kafka that return KafkaProducerModifier and TypeMethodDescription<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 KafkaProducerMethods in io.smallrye.reactive.messaging.kafka.impl that return KafkaProducerModifier and TypeMethodDescription<K,V> KafkaProducer<K, V> KafkaClientServiceImpl.getProducer(String channel) KafkaProducer<?,?> KafkaSink.getProducer()