Uses of Class
io.smallrye.reactive.messaging.kafka.IncomingKafkaRecord
Packages that use IncomingKafkaRecord
Package
Description
-
Uses of IncomingKafkaRecord in io.smallrye.reactive.messaging.kafka.commit
Methods in io.smallrye.reactive.messaging.kafka.commit that return types with arguments of type IncomingKafkaRecordModifier and TypeMethodDescription<K,V> io.smallrye.mutiny.Uni<IncomingKafkaRecord<K, V>> KafkaCheckpointCommit.received(IncomingKafkaRecord<K, V> record) Called on Vert.x event loopdefault <K,V> io.smallrye.mutiny.Uni<IncomingKafkaRecord<K, V>> KafkaCommitHandler.received(IncomingKafkaRecord<K, V> record) Called on message received but before calling the processing function.<K,V> io.smallrye.mutiny.Uni<IncomingKafkaRecord<K, V>> KafkaThrottledLatestProcessedCommit.received(IncomingKafkaRecord<K, V> record) Received a new record from Kafka.Methods in io.smallrye.reactive.messaging.kafka.commit with parameters of type IncomingKafkaRecordModifier and TypeMethodDescription<K,V> io.smallrye.mutiny.Uni<Void> KafkaCheckpointCommit.handle(IncomingKafkaRecord<K, V> record) Called on Vert.x event loop<K,V> io.smallrye.mutiny.Uni<Void> KafkaCommitHandler.handle(IncomingKafkaRecord<K, V> record) Handle message acknowledgment<K,V> io.smallrye.mutiny.Uni<Void> KafkaIgnoreCommit.handle(IncomingKafkaRecord<K, V> record) <K,V> io.smallrye.mutiny.Uni<Void> KafkaLatestCommit.handle(IncomingKafkaRecord<K, V> record) <K,V> io.smallrye.mutiny.Uni<Void> KafkaThrottledLatestProcessedCommit.handle(IncomingKafkaRecord<K, V> record) A message has been acknowledged.<K,V> io.smallrye.mutiny.Uni<IncomingKafkaRecord<K, V>> KafkaCheckpointCommit.received(IncomingKafkaRecord<K, V> record) Called on Vert.x event loopdefault <K,V> io.smallrye.mutiny.Uni<IncomingKafkaRecord<K, V>> KafkaCommitHandler.received(IncomingKafkaRecord<K, V> record) Called on message received but before calling the processing function.<K,V> io.smallrye.mutiny.Uni<IncomingKafkaRecord<K, V>> KafkaThrottledLatestProcessedCommit.received(IncomingKafkaRecord<K, V> record) Received a new record from Kafka. -
Uses of IncomingKafkaRecord in io.smallrye.reactive.messaging.kafka.fault
Methods in io.smallrye.reactive.messaging.kafka.fault that return types with arguments of type IncomingKafkaRecordModifier and TypeMethodDescriptionio.smallrye.mutiny.Multi<? extends IncomingKafkaRecord<?,?>> KafkaDelayedRetryTopic.retryStream()Methods in io.smallrye.reactive.messaging.kafka.fault with parameters of type IncomingKafkaRecordModifier and TypeMethodDescription<K,V> io.smallrye.mutiny.Uni<Void> KafkaDeadLetterQueue.handle(IncomingKafkaRecord<K, V> record, Throwable reason, org.eclipse.microprofile.reactive.messaging.Metadata metadata) <K,V> io.smallrye.mutiny.Uni<Void> KafkaDelayedRetryTopic.handle(IncomingKafkaRecord<K, V> record, Throwable reason, org.eclipse.microprofile.reactive.messaging.Metadata metadata) <K,V> io.smallrye.mutiny.Uni<Void> KafkaFailStop.handle(IncomingKafkaRecord<K, V> record, Throwable reason, org.eclipse.microprofile.reactive.messaging.Metadata metadata) <K,V> io.smallrye.mutiny.Uni<Void> KafkaFailureHandler.handle(IncomingKafkaRecord<K, V> record, Throwable reason, org.eclipse.microprofile.reactive.messaging.Metadata metadata) Handle message negative-acknowledgment<K,V> io.smallrye.mutiny.Uni<Void> KafkaIgnoreFailure.handle(IncomingKafkaRecord<K, V> record, Throwable reason, org.eclipse.microprofile.reactive.messaging.Metadata metadata) -
Uses of IncomingKafkaRecord in io.smallrye.reactive.messaging.kafka.impl
Methods in io.smallrye.reactive.messaging.kafka.impl that return types with arguments of type IncomingKafkaRecordModifier and TypeMethodDescriptionio.smallrye.mutiny.Multi<IncomingKafkaRecord<K,V>> KafkaSource.getStream()Methods in io.smallrye.reactive.messaging.kafka.impl with parameters of type IncomingKafkaRecordModifier and TypeMethodDescriptionvoidKafkaSource.incomingTrace(IncomingKafkaRecord<K, V> kafkaRecord, boolean insideBatch)