Uses of Interface
io.lettuce.core.dynamic.intercept.MethodInvocation
| Package | Description |
|---|---|
| io.lettuce.core.dynamic.intercept |
Invocation proxy support.
|
-
Uses of MethodInvocation in io.lettuce.core.dynamic.intercept
Methods in io.lettuce.core.dynamic.intercept with parameters of type MethodInvocation Modifier and Type Method Description ObjectDefaultMethodInvokingInterceptor. invoke(MethodInvocation invocation)ObjectMethodInterceptor. invoke(MethodInvocation invocation)Implement this method to perform extra treatments before and after the invocation.