Uses of Interface
dev.snowdrop.vertx.kafka.KafkaProducer
-
-
Uses of KafkaProducer in dev.snowdrop.vertx.kafka
Methods in dev.snowdrop.vertx.kafka that return KafkaProducer Modifier and Type Method Description default <K,V>
KafkaProducer<K,V>KafkaProducerFactory. create()<K,V>
KafkaProducer<K,V>KafkaProducerFactory. create(Map<String,String> config)KafkaProducer<K,V>KafkaProducer. drainHandler(Consumer<Void> handler)KafkaProducer<K,V>KafkaProducer. exceptionHandler(Consumer<Throwable> handler)KafkaProducer<K,V>KafkaProducer. setWriteQueueMaxSize(int maxSize)
-