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

net.neoremind.fountain.consumer.spi.Consumer Maven / Gradle / Ivy

The newest version!
package net.neoremind.fountain.consumer.spi;

/**
 * 具体如何消费一个数据的抽象接口
 * 
 * @author hanxu
 * 
 */
public interface Consumer {
     boolean consume(T event);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy