KafkaConsumer<K,V> |
KafkaConsumer.assignAndForget(io.vertx.kafka.client.common.TopicPartition topicPartition) |
|
KafkaConsumer<K,V> |
KafkaConsumer.assignAndForget(Set<io.vertx.kafka.client.common.TopicPartition> topicPartitions) |
Variant of io.vertx.mutiny.kafka.client.consumer.KafkaConsumer#assign(Set) that ignores the result of the operation.
|
KafkaConsumer<K,V> |
KafkaConsumer.assignmentAndForget() |
Variant of assignment() that ignores the result of the operation.
|
KafkaConsumer<K,V> |
KafkaConsumer.batchHandler(Consumer<KafkaConsumerRecords<K,V>> handler) |
|
static <K,V> KafkaConsumer<K,V> |
KafkaConsumer.create(Vertx vertx,
io.vertx.kafka.client.common.KafkaClientOptions options) |
|
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> |
KafkaConsumer.create(Vertx vertx,
Map<String,String> config) |
|
static <K,V> KafkaConsumer<K,V> |
KafkaConsumer.create(Vertx vertx,
Map<String,String> config,
Class<K> keyType,
Class<V> valueType) |
|
KafkaConsumer<K,V> |
KafkaConsumer.endHandler(Runnable endHandler) |
|
KafkaConsumer<K,V> |
KafkaConsumer.exceptionHandler(Consumer<Throwable> handler) |
|
KafkaConsumer<K,V> |
KafkaConsumer.fetch(long amount) |
|
KafkaConsumer<K,V> |
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<K,V> |
KafkaConsumer.partitionsAssignedHandler(Consumer<Set<io.vertx.kafka.client.common.TopicPartition>> handler) |
|
KafkaConsumer<K,V> |
KafkaConsumer.partitionsForAndForget(String topic) |
|
KafkaConsumer<K,V> |
KafkaConsumer.partitionsRevokedHandler(Consumer<Set<io.vertx.kafka.client.common.TopicPartition>> handler) |
|
KafkaConsumer<K,V> |
KafkaConsumer.pause() |
|
KafkaConsumer<K,V> |
KafkaConsumer.pauseAndForget(io.vertx.kafka.client.common.TopicPartition topicPartition) |
|
KafkaConsumer<K,V> |
KafkaConsumer.pauseAndForget(Set<io.vertx.kafka.client.common.TopicPartition> topicPartitions) |
Variant of io.vertx.mutiny.kafka.client.consumer.KafkaConsumer#pause(Set) that ignores the result of the operation.
|
KafkaConsumer<K,V> |
KafkaConsumer.pollTimeout(Duration timeout) |
|
KafkaConsumer<K,V> |
KafkaConsumer.resume() |
|
KafkaConsumer<K,V> |
KafkaConsumer.resumeAndForget(io.vertx.kafka.client.common.TopicPartition topicPartition) |
|
KafkaConsumer<K,V> |
KafkaConsumer.resumeAndForget(Set<io.vertx.kafka.client.common.TopicPartition> topicPartitions) |
Variant of io.vertx.mutiny.kafka.client.consumer.KafkaConsumer#resume(Set) that ignores the result of the operation.
|
KafkaConsumer<K,V> |
KafkaConsumer.seekAndForget(io.vertx.kafka.client.common.TopicPartition topicPartition,
long offset) |
|
KafkaConsumer<K,V> |
KafkaConsumer.seekToBeginningAndForget(io.vertx.kafka.client.common.TopicPartition topicPartition) |
|
KafkaConsumer<K,V> |
KafkaConsumer.seekToBeginningAndForget(Set<io.vertx.kafka.client.common.TopicPartition> topicPartitions) |
Variant of io.vertx.mutiny.kafka.client.consumer.KafkaConsumer#seekToBeginning(Set) that ignores the result of the operation.
|
KafkaConsumer<K,V> |
KafkaConsumer.seekToEndAndForget(io.vertx.kafka.client.common.TopicPartition topicPartition) |
|
KafkaConsumer<K,V> |
KafkaConsumer.seekToEndAndForget(Set<io.vertx.kafka.client.common.TopicPartition> topicPartitions) |
Variant of io.vertx.mutiny.kafka.client.consumer.KafkaConsumer#seekToEnd(Set) that ignores the result of the operation.
|
KafkaConsumer<K,V> |
KafkaConsumer.subscribeAndForget(String topic) |
|
KafkaConsumer<K,V> |
KafkaConsumer.subscribeAndForget(Set<String> topics) |
Variant of io.vertx.mutiny.kafka.client.consumer.KafkaConsumer#subscribe(Set) that ignores the result of the operation.
|
KafkaConsumer<K,V> |
KafkaConsumer.subscriptionAndForget() |
|
KafkaConsumer<K,V> |
KafkaConsumer.unsubscribeAndForget() |
Variant of unsubscribe() that ignores the result of the operation.
|