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

com.codingapi.tx.aop.service.TransactionServer Maven / Gradle / Ivy

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

import com.codingapi.tx.aop.bean.TxTransactionInfo;
import org.aspectj.lang.ProceedingJoinPoint;


/**
 * Created by lorne on 2017/6/8.
 */
public interface TransactionServer {


    // void execute();

    Object execute(ProceedingJoinPoint point, TxTransactionInfo info) throws Throwable;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy