@FunctionalInterface
public static interface InvocationInterceptorChain.InterceptorCall<T>
Modifier and Type | Method and Description |
---|---|
T |
apply(InvocationInterceptor interceptor,
InvocationInterceptor.Invocation<T> invocation) |
static InvocationInterceptorChain.InterceptorCall<java.lang.Void> |
ofVoid(InvocationInterceptorChain.VoidInterceptorCall call) |
T apply(InvocationInterceptor interceptor, InvocationInterceptor.Invocation<T> invocation) throws java.lang.Throwable
java.lang.Throwable
static InvocationInterceptorChain.InterceptorCall<java.lang.Void> ofVoid(InvocationInterceptorChain.VoidInterceptorCall call)