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

com.jeesuite.amqp.MQConsumer Maven / Gradle / Ivy

The newest version!
package com.jeesuite.amqp;

/**
 * 
 * 
* Class Name : MQConsumer * * @author jiangwei * @version 1.0.0 * @date 2019年7月11日 */ public interface MQConsumer { public void start() throws Exception; public void shutdown(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy