Class HttpClientIntroductionAdvice

java.lang.Object
io.micronaut.http.client.interceptor.HttpClientIntroductionAdvice
All Implemented Interfaces:
Interceptor<Object,Object>, MethodInterceptor<Object,Object>, Ordered

@InterceptorBean(Client.class) @Internal public class HttpClientIntroductionAdvice extends Object implements MethodInterceptor<Object,Object>
Introduction advice that implements the Client annotation.
Since:
1.0
Author:
graemerocher