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

com.aliyun.openservices.ons.api.transaction.LocalTransactionChecker Maven / Gradle / Ivy

There is a newer version: 2.0.7.Final
Show newest version
package com.aliyun.openservices.ons.api.transaction;

import com.aliyun.openservices.ons.api.Message;


/**
 * 回查本地事务,有Broker回调Producer
 */
public interface LocalTransactionChecker {
    /**
     * 回查本地事务,Broker回调Producer,将未结束的事务发给Producer,由Producer来再次决定事务是提交还是回滚
     *
     * @param msg
     *         消息
     *
     * @return 事务状态
     */
    public TransactionStatus check(final Message msg);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy