Interface TransactionInvoker
public interface TransactionInvoker
- Author:
- Shuyang Zhou
-
Method Summary
Modifier and TypeMethodDescription<T> T
invoke
(TransactionConfig transactionConfig, Callable<T> callable)
-
Method Details
-
invoke
- Throws:
Throwable
-