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

arp.process.publish.ProcessMessageSender Maven / Gradle / Ivy

The newest version!
package arp.process.publish;

public interface ProcessMessageSender {

	/**
	 * 具体实现要保证方法立即返回
	 */
	void send(Message msg) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy