Uses of Interface
io.apicurio.rest.client.error.RestClientErrorHandler
-
Packages that use RestClientErrorHandler Package Description io.apicurio.rest.client.auth.exception io.apicurio.rest.client.spi -
-
Uses of RestClientErrorHandler in io.apicurio.rest.client.auth.exception
Classes in io.apicurio.rest.client.auth.exception that implement RestClientErrorHandler Modifier and Type Class Description classAuthErrorHandler -
Uses of RestClientErrorHandler in io.apicurio.rest.client.spi
Methods in io.apicurio.rest.client.spi with parameters of type RestClientErrorHandler Modifier and Type Method Description static ApicurioHttpClientApicurioHttpClientFactory. create(String basePath, RestClientErrorHandler errorHandler)static ApicurioHttpClientApicurioHttpClientFactory. create(String baseUrl, Map<String,Object> configs, Auth auth, RestClientErrorHandler errorHandler)ApicurioHttpClientApicurioHttpClientProvider. create(String endpoint, Map<String,Object> configs, Auth auth, RestClientErrorHandler errorHandler)
-