Package io.apicurio.rest.client.spi
Interface ApicurioHttpClientProvider
-
public interface ApicurioHttpClientProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApicurioHttpClientcreate(String endpoint, Map<String,Object> configs, Auth auth, RestClientErrorHandler errorHandler)
-
-
-
Method Detail
-
create
ApicurioHttpClient create(String endpoint, Map<String,Object> configs, Auth auth, RestClientErrorHandler errorHandler)
-
-