Uses of Interface
io.smallrye.reactive.messaging.kafka.KafkaConsumer
-
-
Uses of KafkaConsumer in io.smallrye.reactive.messaging.kafka
Methods in io.smallrye.reactive.messaging.kafka that return KafkaConsumer Modifier and Type Method Description default <K,V>
KafkaConsumer<K,V>KafkaClientService. getConsumer(String channel)Gets the managed Kafka Consumer for the given channel.<K,V>
KafkaConsumer<K,V>KafkaConnector. getConsumer(String channel)Methods in io.smallrye.reactive.messaging.kafka that return types with arguments of type KafkaConsumer Modifier and Type Method Description <K,V>
List<KafkaConsumer<K,V>>KafkaClientService. getConsumers(String channel)Gets the list of managed Kafka Consumer for the given channel.<K,V>
List<KafkaConsumer<K,V>>KafkaConnector. getConsumers(String channel) -
Uses of KafkaConsumer in io.smallrye.reactive.messaging.kafka.commit
Methods in io.smallrye.reactive.messaging.kafka.commit with parameters of type KafkaConsumer Modifier and Type Method Description CheckpointStateStoreCheckpointStateStore.Factory. create(KafkaConnectorIncomingConfiguration config, io.vertx.mutiny.core.Vertx vertx, KafkaConsumer<?,?> consumer, Class<?> stateType)CreateCheckpointStateStoreinstance for the given channelCheckpointStateStoreFileCheckpointStateStore.Factory. create(KafkaConnectorIncomingConfiguration config, io.vertx.mutiny.core.Vertx vertx, KafkaConsumer<?,?> consumer, Class<?> stateType)KafkaCommitHandlerKafkaCheckpointCommit.Factory. create(KafkaConnectorIncomingConfiguration config, io.vertx.mutiny.core.Vertx vertx, KafkaConsumer<?,?> consumer, BiConsumer<Throwable,Boolean> reportFailure)KafkaCommitHandlerKafkaCommitHandler.Factory. create(KafkaConnectorIncomingConfiguration config, io.vertx.mutiny.core.Vertx vertx, KafkaConsumer<?,?> consumer, BiConsumer<Throwable,Boolean> reportFailure)KafkaIgnoreCommitKafkaIgnoreCommit.Factory. create(KafkaConnectorIncomingConfiguration config, io.vertx.mutiny.core.Vertx vertx, KafkaConsumer<?,?> consumer, BiConsumer<Throwable,Boolean> reportFailure)KafkaLatestCommitKafkaLatestCommit.Factory. create(KafkaConnectorIncomingConfiguration config, io.vertx.mutiny.core.Vertx vertx, KafkaConsumer<?,?> consumer, BiConsumer<Throwable,Boolean> reportFailure)KafkaThrottledLatestProcessedCommitKafkaThrottledLatestProcessedCommit.Factory. create(KafkaConnectorIncomingConfiguration config, io.vertx.mutiny.core.Vertx vertx, KafkaConsumer<?,?> consumer, BiConsumer<Throwable,Boolean> reportFailure)Constructors in io.smallrye.reactive.messaging.kafka.commit with parameters of type KafkaConsumer Constructor Description KafkaCheckpointCommit(io.vertx.mutiny.core.Vertx vertx, KafkaConsumer<?,?> consumer, CheckpointStateStore stateStore, BiConsumer<Throwable,Boolean> reportFailure, int autoCommitInterval, int unsynchedStateMaxAge, int defaultTimeout)KafkaLatestCommit(io.vertx.mutiny.core.Vertx vertx, KafkaConnectorIncomingConfiguration configuration, KafkaConsumer<?,?> consumer) -
Uses of KafkaConsumer in io.smallrye.reactive.messaging.kafka.fault
Methods in io.smallrye.reactive.messaging.kafka.fault with parameters of type KafkaConsumer Modifier and Type Method Description KafkaFailureHandlerKafkaDeadLetterQueue.Factory. create(KafkaConnectorIncomingConfiguration config, io.vertx.mutiny.core.Vertx vertx, KafkaConsumer<?,?> consumer, BiConsumer<Throwable,Boolean> reportFailure)KafkaFailureHandlerKafkaFailStop.Factory. create(KafkaConnectorIncomingConfiguration config, io.vertx.mutiny.core.Vertx vertx, KafkaConsumer<?,?> consumer, BiConsumer<Throwable,Boolean> reportFailure)KafkaFailureHandlerKafkaFailureHandler.Factory. create(KafkaConnectorIncomingConfiguration config, io.vertx.mutiny.core.Vertx vertx, KafkaConsumer<?,?> consumer, BiConsumer<Throwable,Boolean> reportFailure)KafkaFailureHandlerKafkaIgnoreFailure.Factory. create(KafkaConnectorIncomingConfiguration config, io.vertx.mutiny.core.Vertx vertx, KafkaConsumer<?,?> consumer, BiConsumer<Throwable,Boolean> reportFailure) -
Uses of KafkaConsumer in io.smallrye.reactive.messaging.kafka.impl
Classes in io.smallrye.reactive.messaging.kafka.impl that implement KafkaConsumer Modifier and Type Class Description classReactiveKafkaConsumer<K,V>Methods in io.smallrye.reactive.messaging.kafka.impl that return types with arguments of type KafkaConsumer Modifier and Type Method Description <K,V>
List<KafkaConsumer<K,V>>KafkaClientServiceImpl. getConsumers(String channel)
-