Uses of Class
io.smallrye.reactive.messaging.kafka.companion.KafkaTask
Packages that use KafkaTask
-
Uses of KafkaTask in io.smallrye.reactive.messaging.kafka.companion
Classes in io.smallrye.reactive.messaging.kafka.companion with type parameters of type KafkaTaskModifier and TypeClassDescriptionclassAbstract task for consuming or producing Kafka records provided by the givenMultiSubclasses of KafkaTask in io.smallrye.reactive.messaging.kafka.companionModifier and TypeClassDescriptionclassConsumerTask<K,V> Task for consumer Kafka records provided by the givenMulticlassTask for producing Kafka records provided by the givenMultiMethods in io.smallrye.reactive.messaging.kafka.companion with parameters of type KafkaTaskModifier and TypeMethodDescriptionConsumerBuilder.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)