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

com.alibaba.tmq.client.system.producer.checker.LocalTransactionChecker Maven / Gradle / Ivy

package com.alibaba.tmq.client.system.producer.checker;

import com.alibaba.tmq.common.domain.Message;
import com.alibaba.tmq.common.domain.TransactionStatus;

/**
 * 事务检查
 * @author tianyao.myc
 *
 */
public interface LocalTransactionChecker {

	/**
	 * 检查消息
	 *  message
	 *
	 */
	public TransactionStatus check(Message message);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy