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

com.memfactory.utils.activemq.MsgCallable Maven / Gradle / Ivy

There is a newer version: 0.0.25
Show newest version
package com.memfactory.utils.activemq;

/**
 * 消息处理器
 * @author zhairp createDate: 2018-09-19
 */
@FunctionalInterface
public interface MsgCallable {

	void dealMsg(String msg);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy