Uses of Interface
io.apicurio.rest.client.error.RestClientErrorHandler
-
Packages that use RestClientErrorHandler Package Description io.apicurio.rest.client.auth io.apicurio.rest.client.auth.exception io.apicurio.rest.client.spi -
-
Uses of RestClientErrorHandler in io.apicurio.rest.client.auth
Constructor parameters in io.apicurio.rest.client.auth with type arguments of type RestClientErrorHandler Constructor Description OidcAuth(ApicurioHttpClientProvider httpClientProvider, String tokenEndpoint, String clientId, String clientSecret, Optional<RestClientErrorHandler> optionalErrorHandler)OidcAuth(String tokenEndpoint, String clientId, String clientSecret, Optional<RestClientErrorHandler> optionalErrorHandler) -
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 ApicurioHttpClientApicurioHttpClientProvider. create(String endpoint, Map<String,Object> configs, Auth auth, RestClientErrorHandler errorHandler)
-