Uses of Class
io.vertx.mutiny.kafka.client.consumer.KafkaConsumer
Packages that use KafkaConsumer
- 
Uses of KafkaConsumer in io.vertx.mutiny.kafka.client.consumerFields in io.vertx.mutiny.kafka.client.consumer with type parameters of type KafkaConsumerMethods in io.vertx.mutiny.kafka.client.consumer that return KafkaConsumerModifier and TypeMethodDescriptionKafkaConsumer.assignAndForget(io.vertx.kafka.client.common.TopicPartition topicPartition) Variant ofassign(TopicPartition)that ignores the result of the operation.KafkaConsumer.assignAndForget(Set<io.vertx.kafka.client.common.TopicPartition> topicPartitions) Variant ofassign(Set)that ignores the result of the operation.KafkaConsumer.assignmentAndForget()Variant ofassignment()that ignores the result of the operation.KafkaConsumer.batchHandler(Consumer<KafkaConsumerRecords<K, V>> handler) static <K,V> KafkaConsumer<K, V> static <K,V> KafkaConsumer<K, V> KafkaConsumer.create(Vertx vertx, io.vertx.kafka.client.common.KafkaClientOptions options, Class<K> keyType, Class<V> valueType) static <K,V> KafkaConsumer<K, V> static <K,V> KafkaConsumer<K, V> static <K,V> KafkaConsumer<K, V> static <K,V> KafkaConsumer<K, V> KafkaConsumer.create(Vertx vertx, org.apache.kafka.clients.consumer.Consumer<K, V> consumer, io.vertx.kafka.client.common.KafkaClientOptions options) KafkaConsumer.endHandler(Runnable endHandler) KafkaConsumer.exceptionHandler(Consumer<Throwable> handler) KafkaConsumer.fetch(long amount) KafkaConsumer.handler(Consumer<KafkaConsumerRecord<K, V>> handler) static <K,V> KafkaConsumer<K, V> KafkaConsumer.newInstance(io.vertx.kafka.client.consumer.KafkaConsumer arg) static <K,V> KafkaConsumer<K, V> KafkaConsumer.newInstance(io.vertx.kafka.client.consumer.KafkaConsumer arg, TypeArg<K> __typeArg_K, TypeArg<V> __typeArg_V) KafkaConsumer.partitionsAssignedHandler(Consumer<Set<io.vertx.kafka.client.common.TopicPartition>> handler) KafkaConsumer.partitionsForAndForget(String topic) Variant ofpartitionsFor(String)that ignores the result of the operation.KafkaConsumer.partitionsRevokedHandler(Consumer<Set<io.vertx.kafka.client.common.TopicPartition>> handler) KafkaConsumer.pause()KafkaConsumer.pauseAndForget(io.vertx.kafka.client.common.TopicPartition topicPartition) Variant ofpause(TopicPartition)that ignores the result of the operation.KafkaConsumer.pauseAndForget(Set<io.vertx.kafka.client.common.TopicPartition> topicPartitions) Variant ofpause(Set)that ignores the result of the operation.KafkaConsumer.pollTimeout(Duration timeout) KafkaConsumer.resume()KafkaConsumer.resumeAndForget(io.vertx.kafka.client.common.TopicPartition topicPartition) Variant ofresume(TopicPartition)that ignores the result of the operation.KafkaConsumer.resumeAndForget(Set<io.vertx.kafka.client.common.TopicPartition> topicPartitions) Variant ofresume(Set)that ignores the result of the operation.KafkaConsumer.seekAndForget(io.vertx.kafka.client.common.TopicPartition topicPartition, long offset) Variant ofseek(TopicPartition,long)that ignores the result of the operation.KafkaConsumer.seekToBeginningAndForget(io.vertx.kafka.client.common.TopicPartition topicPartition) Variant ofseekToBeginning(TopicPartition)that ignores the result of the operation.KafkaConsumer.seekToBeginningAndForget(Set<io.vertx.kafka.client.common.TopicPartition> topicPartitions) Variant ofseekToBeginning(Set)that ignores the result of the operation.KafkaConsumer.seekToEndAndForget(io.vertx.kafka.client.common.TopicPartition topicPartition) Variant ofseekToEnd(TopicPartition)that ignores the result of the operation.KafkaConsumer.seekToEndAndForget(Set<io.vertx.kafka.client.common.TopicPartition> topicPartitions) Variant ofseekToEnd(Set)that ignores the result of the operation.KafkaConsumer.subscribeAndForget(String topic) Variant ofsubscribe(String)that ignores the result of the operation.KafkaConsumer.subscribeAndForget(Set<String> topics) Variant ofsubscribe(Set)that ignores the result of the operation.KafkaConsumer.subscriptionAndForget()Variant ofsubscription()that ignores the result of the operation.KafkaConsumer.unsubscribeAndForget()Variant ofunsubscribe()that ignores the result of the operation.