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

com.yuweix.kuafu.data.cache.MessageHandler Maven / Gradle / Ivy

The newest version!
package com.yuweix.kuafu.data.cache;




/**
 * @author yuwei
 */
public interface MessageHandler {
	void handle(String channel, String message);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy