Uses of Interface
io.smallrye.reactive.messaging.kafka.KafkaProducer
Packages that use KafkaProducer
Package
Description
-
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.fault
Constructors in io.smallrye.reactive.messaging.kafka.fault with parameters of type KafkaProducerModifierConstructorDescriptionKafkaDeadLetterQueue(String channel, String topic, KafkaProducer producer, BiConsumer<Throwable, Boolean> reportFailure) KafkaDelayedRetryTopic(String channel, io.vertx.mutiny.core.Vertx vertx, KafkaConnectorIncomingConfiguration configuration, List<String> retryTopics, int maxRetries, long retryTimeout, String deadQueueTopic, KafkaProducer producer, ReactiveKafkaConsumer consumer, BiConsumer<Throwable, Boolean> reportFailure) -
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()