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