Uses of Class
io.smallrye.reactive.messaging.kafka.companion.ConsumerTask
Packages that use ConsumerTask
-
Uses of ConsumerTask in io.smallrye.reactive.messaging.kafka.companion
Methods in io.smallrye.reactive.messaging.kafka.companion that return ConsumerTaskModifier and TypeMethodDescriptionConsumerBuilder.fromOffsets(Map<org.apache.kafka.common.TopicPartition, Long> offsets) CreateConsumerTaskfor consuming records starting from the given offsets.ConsumerBuilder.fromOffsets(Map<org.apache.kafka.common.TopicPartition, Long> offsets, long numberOfRecords) CreateConsumerTaskfor consuming records starting from the given offsets.ConsumerBuilder.fromOffsets(Map<org.apache.kafka.common.TopicPartition, Long> offsets, Duration during) CreateConsumerTaskfor consuming records starting from the given offsets.ConsumerBuilder.fromOffsets(Map<org.apache.kafka.common.TopicPartition, Long> offsets, Function<io.smallrye.mutiny.Multi<org.apache.kafka.clients.consumer.ConsumerRecord<K, V>>, io.smallrye.mutiny.Multi<org.apache.kafka.clients.consumer.ConsumerRecord<K, V>>> plugFunction) CreateConsumerTaskfor consuming records starting from the given offsets.ConsumerBuilder.fromPrevious(KafkaTask<?, ?> task) ConsumerBuilder.fromPrevious(KafkaTask<?, ?> task, long numberOfRecords) ConsumerBuilder.fromPrevious(KafkaTask<?, ?> task, long numberOfRecords, Duration during) ConsumerBuilder.fromPrevious(KafkaTask<?, ?> task, Duration during) ConsumerBuilder.fromPrevious(KafkaTask<?, ?> task, Function<io.smallrye.mutiny.Multi<org.apache.kafka.clients.consumer.ConsumerRecord<K, V>>, io.smallrye.mutiny.Multi<org.apache.kafka.clients.consumer.ConsumerRecord<K, V>>> plugFunction) ConsumerBuilder.fromTopics(String... topics) CreateConsumerTaskfor consuming records from the given topics.ConsumerBuilder.fromTopics(String topic, long numberOfRecords) CreateConsumerTaskfor consuming records from the given topic.ConsumerBuilder.fromTopics(String topic, long numberOfRecords, Duration during) CreateConsumerTaskfor consuming records from the given topic.ConsumerBuilder.fromTopics(String topic, Duration during) CreateConsumerTaskfor consuming records from the given topic.ConsumerBuilder.fromTopics(String topic, Function<io.smallrye.mutiny.Multi<org.apache.kafka.clients.consumer.ConsumerRecord<K, V>>, io.smallrye.mutiny.Multi<org.apache.kafka.clients.consumer.ConsumerRecord<K, V>>> plugFunction) CreateConsumerTaskfor consuming records from the given topic.ConsumerBuilder.fromTopics(Set<String> topics) CreateConsumerTaskfor consuming records from the given topics.ConsumerBuilder.fromTopics(Set<String> topics, long numberOfRecords) CreateConsumerTaskfor consuming records from the given topics.ConsumerBuilder.fromTopics(Set<String> topics, Duration during) CreateConsumerTaskfor consuming records from the given topics.ConsumerBuilder.fromTopics(Set<String> topics, Function<io.smallrye.mutiny.Multi<org.apache.kafka.clients.consumer.ConsumerRecord<K, V>>, io.smallrye.mutiny.Multi<org.apache.kafka.clients.consumer.ConsumerRecord<K, V>>> plugFunction) CreateConsumerTaskfor consuming records from the given topics.