@Singleton @Internal public class HttpClientIntroductionAdvice extends java.lang.Object implements MethodInterceptor<java.lang.Object,java.lang.Object>
Client annotation.ARGUMENT, CACHEABLE_LAZY_TARGET, HOTSWAP, LAZY, PROXY_TARGETHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description | 
|---|
HttpClientIntroductionAdvice(HttpClientRegistry<?> clientFactory,
                            JsonMediaTypeCodec jsonMediaTypeCodec,
                            java.util.List<ReactiveClientResultTransformer> transformers,
                            HttpClientBinderRegistry binderRegistry,
                            ConversionService<?> conversionService)
Constructor for advice class to setup things like Headers, Cookies, Parameters for Clients. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
intercept(MethodInvocationContext<java.lang.Object,java.lang.Object> context)
Interceptor to apply headers, cookies, parameter and body arguements. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinterceptpublic HttpClientIntroductionAdvice(HttpClientRegistry<?> clientFactory, JsonMediaTypeCodec jsonMediaTypeCodec, java.util.List<ReactiveClientResultTransformer> transformers, HttpClientBinderRegistry binderRegistry, ConversionService<?> conversionService)
clientFactory - The client factoryjsonMediaTypeCodec - The JSON media type codectransformers - transformation classesbinderRegistry - The client binder registryconversionService - The bean conversion context@Nullable public java.lang.Object intercept(MethodInvocationContext<java.lang.Object,java.lang.Object> context)
intercept in interface MethodInterceptor<java.lang.Object,java.lang.Object>context - The context