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 Details

    • newBuilder

      default org.eclipse.microprofile.rest.client.RestClientBuilder newBuilder(Class<?> proxyType)
    • newBuilder

      org.eclipse.microprofile.rest.client.RestClientBuilder newBuilder(Class<?> proxyType, RestClientsConfig restClientsConfigRoot)
    • getInstance

      static RestClientBuilderFactory getInstance()