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

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

The newest version!
package com.jeesuite.amqp;

import com.jeesuite.amqp.MQContext.ActionType;

/**
 * @description 
* @author vakin * @date 2016年12月10日 */ public interface MQLogHandler { public void onSuccess(String groupName,ActionType actionType,MQMessage message); public void onError(String groupName,ActionType actionType,MQMessage message, Throwable e); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy