Package io.apicurio.registry.rest.client
Class RegistryClientFactory
java.lang.Object
io.apicurio.registry.rest.client.RegistryClientFactory
- Author:
- Carles Arnal 'carnalca@redhat.com'
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RegistryClientcreate(io.apicurio.rest.client.spi.ApicurioHttpClient apicurioHttpClient) static RegistryClientstatic RegistryClientstatic RegistryClientstatic booleansetProvider(io.apicurio.rest.client.spi.ApicurioHttpClientProvider provider)
-
Constructor Details
-
RegistryClientFactory
public RegistryClientFactory()
-
-
Method Details
-
create
public static RegistryClient create(io.apicurio.rest.client.spi.ApicurioHttpClient apicurioHttpClient) -
create
-
create
-
create
public static RegistryClient create(String baseUrl, Map<String, Object> configs, io.apicurio.rest.client.auth.Auth auth) -
setProvider
public static boolean setProvider(io.apicurio.rest.client.spi.ApicurioHttpClientProvider provider)
-