Uses of Interface
io.avaje.inject.aop.Invocation
Packages that use Invocation
-
Uses of Invocation in io.avaje.inject.aop
Classes in io.avaje.inject.aop that implement InvocationModifier and TypeClassDescriptionstatic classInvocation base type for both callable and runnable methods.static final classCallable based Invocation with checked exceptions.static final classRunnable based Invocation.Methods in io.avaje.inject.aop with parameters of type InvocationModifier and TypeMethodDescriptionFallback.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.