@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 | httpVersionThe HTTP version. | 
| String | id | 
| String | pathThe base URI for the client. | 
| String | value | 
public abstract Class<?> errorType
public abstract Class<? extends HttpClientConfiguration> configuration
public abstract HttpVersion httpVersion