Uses of Interface
io.avaje.inject.aop.Invocation
-
Packages that use Invocation Package Description io.avaje.inject.aop Support for AOP Aspects. -
-
Uses of Invocation in io.avaje.inject.aop
Classes in io.avaje.inject.aop that implement Invocation Modifier and Type Class Description static classInvocation.Build<T>Builds Invocation for both callable and runnable methods.static classInvocation.Call<T>Callable based Invocation with checked exceptions.static classInvocation.RunRunnable based Invocation.Methods in io.avaje.inject.aop with parameters of type Invocation Modifier and Type Method Description ObjectFallback. invoke(Invocation call, Throwable sourceException)Invoke the fallback method given the invocation and exception.voidMethodInterceptor. invoke(Invocation invocation)Implementation can perform before and after invocation logic.
-