Uses of Class
io.vertx.mutiny.kafka.client.producer.KafkaProducer
Packages that use KafkaProducer
-
Uses of KafkaProducer in io.vertx.mutiny.kafka.client.producer
Fields in io.vertx.mutiny.kafka.client.producer with type parameters of type KafkaProducerMethods in io.vertx.mutiny.kafka.client.producer that return KafkaProducerModifier and TypeMethodDescriptionKafkaProducer.abortTransactionAndForget()
Variant ofabortTransaction()
that ignores the result of the operation.KafkaProducer.beginTransactionAndForget()
Variant ofbeginTransaction()
that ignores the result of the operation.KafkaProducer.commitTransactionAndForget()
Variant ofcommitTransaction()
that ignores the result of the operation.static <K,
V> KafkaProducer<K, V> static <K,
V> KafkaProducer<K, V> static <K,
V> KafkaProducer<K, V> static <K,
V> KafkaProducer<K, V> KafkaProducer.create
(Vertx vertx, org.apache.kafka.clients.producer.Producer<K, V> producer, io.vertx.kafka.client.common.KafkaClientOptions options) static <K,
V> KafkaProducer<K, V> KafkaProducer.createShared
(Vertx vertx, String name, io.vertx.kafka.client.common.KafkaClientOptions options) static <K,
V> KafkaProducer<K, V> KafkaProducer.createShared
(Vertx vertx, String name, io.vertx.kafka.client.common.KafkaClientOptions options, Class<K> keyType, Class<V> valueType) static <K,
V> KafkaProducer<K, V> static <K,
V> KafkaProducer<K, V> KafkaProducer.createShared
(Vertx vertx, String name, Map<String, String> config, Class<K> keyType, Class<V> valueType) KafkaProducer.drainHandler
(Runnable handler) KafkaProducer.exceptionHandler
(Consumer<Throwable> handler) KafkaProducer.flushAndForget()
Variant offlush()
that ignores the result of the operation.KafkaProducer.initTransactionsAndForget()
Variant ofinitTransactions()
that ignores the result of the operation.static <K,
V> KafkaProducer<K, V> KafkaProducer.newInstance
(io.vertx.kafka.client.producer.KafkaProducer arg) static <K,
V> KafkaProducer<K, V> KafkaProducer.newInstance
(io.vertx.kafka.client.producer.KafkaProducer arg, TypeArg<K> __typeArg_K, TypeArg<V> __typeArg_V) KafkaProducer.partitionsForAndForget
(String topic) Variant ofpartitionsFor(String)
that ignores the result of the operation.KafkaProducer.sendAndForget
(KafkaProducerRecord<K, V> record) Variant ofsend(io.vertx.mutiny.kafka.client.producer.KafkaProducerRecord)
that ignores the result of the operation.KafkaProducer.setWriteQueueMaxSize
(int i)