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

gu.simplemq.ZeroAdvisor Maven / Gradle / Ivy

The newest version!
package gu.simplemq;

/**
 * @author guyadong
 * @since 2.3.9
 *
 */
public class ZeroAdvisor implements IAdvisor {

	public ZeroAdvisor() {
	}

	@Override
	public int consumerCountOf(String channelName) {
		return 0;
	}

	@Override
	public int subscriberCountOf(String channelName) {
		return 0;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy