Interface TransactionAspectSupport.InvocationCallback

All Known Subinterfaces:
TransactionAspectSupport.CoroutinesInvocationCallback
Enclosing class:
TransactionAspectSupport
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface TransactionAspectSupport.InvocationCallback
Simple callback interface for proceeding with the target invocation. Concrete interceptors/aspects adapt this to their invocation mechanism.