Uses of Interface
com.networknt.kafka.consumer.ConsumerReadCallback
-
-
Uses of ConsumerReadCallback in com.networknt.kafka.consumer
Methods in com.networknt.kafka.consumer with parameters of type ConsumerReadCallback Modifier and Type Method Description <KafkaKeyT,KafkaValueT,ClientKeyT,ClientValueT>
voidKafkaConsumerManager. readRecords(String group, String instance, Class<? extends KafkaConsumerState> consumerStateType, Duration timeout, long maxBytes, ConsumerReadCallback<ClientKeyT,ClientValueT> callback)Constructors in com.networknt.kafka.consumer with parameters of type ConsumerReadCallback Constructor Description KafkaConsumerReadTask(KafkaConsumerState<KafkaKeyT,KafkaValueT,ClientKeyT,ClientValueT> parent, Duration timeout, long maxBytes, ConsumerReadCallback<ClientKeyT,ClientValueT> callback, KafkaConsumerConfig config)
-