Package io.quarkus.restclient.config
Interface RestClientBuilderFactory
public interface RestClientBuilderFactory
Factory which creates MicroProfile RestClientBuilder instance configured according to current Quarkus application
configuration.
The builder instance can be further tweaked, if needed, before building the rest client proxy.
-
Method Summary
Modifier and TypeMethodDescriptionstatic RestClientBuilderFactorydefault org.eclipse.microprofile.rest.client.RestClientBuildernewBuilder(Class<?> proxyType) org.eclipse.microprofile.rest.client.RestClientBuildernewBuilder(Class<?> proxyType, RestClientsConfig restClientsConfigRoot)
-
Method Details
-
newBuilder
-
newBuilder
org.eclipse.microprofile.rest.client.RestClientBuilder newBuilder(Class<?> proxyType, RestClientsConfig restClientsConfigRoot) -
getInstance
-