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 class
Invocation base type for both callable and runnable methods.static final class
Callable based Invocation with checked exceptions.static final class
Runnable 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.void
MethodInterceptor.invoke
(Invocation invocation) Implementation can perform before and after invocation logic.