Interface TransactionAspectSupport.CoroutinesInvocationCallback

All Superinterfaces:
TransactionAspectSupport.InvocationCallback
Enclosing class:
TransactionAspectSupport

protected static interface TransactionAspectSupport.CoroutinesInvocationCallback extends TransactionAspectSupport.InvocationCallback
Coroutines-supporting extension of the callback interface.
  • Method Details

    • getTarget

      Object getTarget()
    • getArguments

      Object[] getArguments()
    • getContinuation

      default Object getContinuation()