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

com.codingapi.tx.compensate.service.CompensateService Maven / Gradle / Ivy

There is a newer version: 4.1.0
Show newest version
package com.codingapi.tx.compensate.service;


import com.codingapi.tx.compensate.model.CompensateInfo;
import com.codingapi.tx.model.TransactionInvocation;

/**
 * create by lorne on 2017/11/11
 */
public interface CompensateService {


    void saveLocal(CompensateInfo compensateInfo);

    boolean invoke(TransactionInvocation invocation, String groupId, int startState);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy