Class RestClientCDIDelegateBuilder<T>
java.lang.Object
io.quarkus.rest.client.reactive.runtime.RestClientCDIDelegateBuilder<T>
-
Constructor Summary
ConstructorsConstructorDescriptionRestClientCDIDelegateBuilder(Class<T> jaxrsInterface, String baseUriFromAnnotation, String configKey, RestClientsConfig configRoot) -
Method Summary
Modifier and TypeMethodDescription(package private) voidconfigureBuilder(QuarkusRestClientBuilder builder) static <T> TcreateDelegate(Class<T> jaxrsInterface, String baseUriFromAnnotation, String configKey)
-
Constructor Details
-
RestClientCDIDelegateBuilder
RestClientCDIDelegateBuilder(Class<T> jaxrsInterface, String baseUriFromAnnotation, String configKey, RestClientsConfig configRoot)
-
-
Method Details
-
createDelegate
-
configureBuilder
-