gu.simplemq.IUnregistedListener Maven / Gradle / Ivy
package gu.simplemq;
/**
* 频道注销侦听器
* @author guyadong
*
* @param
*/
public interface IUnregistedListener {
public void apply(Channel channel);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy