Package io.quarkus.registry.client
Interface RegistryConfigResolver
-
- All Known Subinterfaces:
RegistryClient
- All Known Implementing Classes:
RegistryClientDispatcher
public interface RegistryConfigResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryConfigresolveRegistryConfig()Returns the complete registry configuration.
-
-
-
Method Detail
-
resolveRegistryConfig
RegistryConfig resolveRegistryConfig() throws RegistryResolutionException
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
-
-