Interface TransactionInvoker


public interface TransactionInvoker
Author:
Shuyang Zhou
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    invoke(TransactionConfig transactionConfig, Callable<T> callable)