Package io.quarkus.registry.client
Interface RegistryConfigResolver
- All Known Subinterfaces:
RegistryClient
- All Known Implementing Classes:
RegistryClientDispatcher
public interface RegistryConfigResolver
-
Method Summary
Modifier and TypeMethodDescriptionReturns the complete registry configuration.
-
Method Details
-
resolveRegistryConfig
Returns the complete registry configuration. The idea is that the default configuration to communicate with the registry will be provided by the registry admins for all users. Users though will still have a chance to adjust certain config options on the client side.- Returns:
- complete registry configuration
- Throws:
RegistryResolutionException- in case of a failure
-