@Documented @Retention(value=RUNTIME) @Introduction @Type(value=HttpClientIntroductionAdvice.class) @Recoverable @Singleton public @interface Client
HttpClient implementations.| Modifier and Type | Optional Element and Description | 
|---|---|
Class<? extends HttpClientConfiguration> | 
configuration  | 
Class<?> | 
errorType  | 
HttpVersion | 
httpVersion
The HTTP version. 
 | 
String | 
id  | 
String | 
path
The base URI for the client. 
 | 
String | 
value  | 
public abstract Class<?> errorType
public abstract Class<? extends HttpClientConfiguration> configuration
public abstract HttpVersion httpVersion