public interface TransactionInvoker
Modifier and Type | Method and Description |
---|---|
<T> T |
invoke(TransactionConfig transactionConfig,
Callable<T> callable) |
<T> T invoke(TransactionConfig transactionConfig, Callable<T> callable) throws Throwable
Throwable