Uses of Interface
io.quarkus.narayana.jta.runtime.interceptor.RunnableWithException
-
Packages that use RunnableWithException Package Description io.quarkus.narayana.jta.runtime.interceptor -
-
Uses of RunnableWithException in io.quarkus.narayana.jta.runtime.interceptor
Methods in io.quarkus.narayana.jta.runtime.interceptor with parameters of type RunnableWithException Modifier and Type Method Description protected voidTransactionalInterceptorBase. endTransaction(javax.transaction.TransactionManager tm, javax.transaction.Transaction tx, RunnableWithException afterEndTransaction)protected ObjectTransactionalInterceptorBase. handleAsync(javax.transaction.TransactionManager tm, javax.transaction.Transaction tx, javax.interceptor.InvocationContext ic, Object ret, RunnableWithException afterEndTransaction)protected ObjectTransactionalInterceptorBase. invokeInOurTx(javax.interceptor.InvocationContext ic, javax.transaction.TransactionManager tm, RunnableWithException afterEndTransaction)
-