Interface MethodInterceptor<T,R>

Type Parameters:
T - The declaring type
R - The result of the method call
All Superinterfaces:
Interceptor<T,R>, Ordered
All Known Implementing Classes:
AsyncInterceptor, ClientWebSocketInterceptor, ConfigurationIntroductionAdvice, DefaultRetryInterceptor, FunctionClientAdvice, HttpClientIntroductionAdvice, RecoveryInterceptor, RefreshInterceptor

public interface MethodInterceptor<T,R> extends Interceptor<T,R>
A MethodInterceptor extends the generic Interceptor and provides an interface more specific to method interception.
Since:
1.0
Author:
Graeme Rocher