Package io.helidon.integrations.jta.jdbc
Interface TransactionSupplier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A supplier of
Transaction
s.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the currentTransaction
representing the transaction context of the calling thread, ornull
if there is no such context at invocation time.
-
Method Details
-
getTransaction
Returns the currentTransaction
representing the transaction context of the calling thread, ornull
if there is no such context at invocation time.- Returns:
- the current
Transaction
representing the transaction context of the calling thread, ornull
if there is no such context at invocation time - Throws:
SystemException
- if there was an unexpected error condition
-