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

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

The newest version!
package com.jeesuite.amqp;

/**
 * 
 * 
* Class Name : MQProducer * * @author jiangwei * @version 1.0.0 * @date 2017年7月11日 */ public interface MQProducer { public void start() throws Exception; /** * * @param message * @param async 是否异步 * @return */ public String sendMessage(MQMessage message,boolean async); public void shutdown(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy