com.codingapi.tx.compensate.service.CompensateService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tx-client Show documentation
Show all versions of tx-client Show documentation
tx-client project for Spring Boot
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