All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.thinkingdata.kafka.consumer.NewIDataLineProcessor Maven / Gradle / Ivy

package cn.thinkingdata.kafka.consumer;

import org.apache.kafka.clients.consumer.ConsumerRecord;

public interface NewIDataLineProcessor {

    void processData(ConsumerRecord consumerRecord);

    void finishProcess();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy