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

cn.banny.rp.MessageDeliver Maven / Gradle / Ivy

The newest version!
package cn.banny.rp;

import java.io.IOException;


/**
 * @author zhkl0228
 *
 */
public interface MessageDeliver {
	
	void deliverMessage(byte[] msg) throws IOException;
	
	String getAuthUser();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy