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

gu.simplemq.IUnregistedListener Maven / Gradle / Ivy

There is a newer version: 2.3.17
Show newest version
package gu.simplemq;

/**
 * 频道注销侦听器
 * @author guyadong
 *
 * @param 
 */
public interface IUnregistedListener {
	public void apply(Channel channel);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy