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

cn.thinkingdata.tga.javasdk.inter.Consumer Maven / Gradle / Ivy

package cn.thinkingdata.tga.javasdk.inter;

import java.util.Map;

/**
 * Created by quanjie on 2018/4/16.
 */
public interface Consumer {
    void add(Map message);

    void flush();

    void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy