Package io.apicurio.rest.client
Class VertxHttpClientProvider
- java.lang.Object
-
- io.apicurio.rest.client.VertxHttpClientProvider
-
- All Implemented Interfaces:
ApicurioHttpClientProvider
public class VertxHttpClientProvider extends Object implements ApicurioHttpClientProvider
- Author:
- Carles Arnal 'carnalca@redhat.com'
-
-
Constructor Summary
Constructors Constructor Description VertxHttpClientProvider(io.vertx.core.Vertx vertx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApicurioHttpClientcreate(String endpoint, Map<String,Object> configs, Auth auth, RestClientErrorHandler errorHandler)
-
-
-
Method Detail
-
create
public ApicurioHttpClient create(String endpoint, Map<String,Object> configs, Auth auth, RestClientErrorHandler errorHandler)
- Specified by:
createin interfaceApicurioHttpClientProvider
-
-