Package io.quarkus.registry.client
Interface RegistryClient
- All Superinterfaces:
RegistryCache,RegistryConfigResolver,RegistryNonPlatformExtensionsResolver,RegistryPlatformExtensionsResolver,RegistryPlatformsResolver
- All Known Implementing Classes:
RegistryClientDispatcher
public interface RegistryClient
extends RegistryNonPlatformExtensionsResolver, RegistryPlatformExtensionsResolver, RegistryPlatformsResolver, RegistryConfigResolver, RegistryCache
Implements the basic queries a registry client is supposed to handle.
Although there are only a few kinds of queries, a registry is not required to support
all of them. For example, a registry may be configured to only provide platform extensions or
the other way around - provide only non-platform extensions but not platforms.
-
Method Summary
Methods inherited from interface io.quarkus.registry.client.RegistryCache
clearCacheMethods inherited from interface io.quarkus.registry.client.RegistryConfigResolver
resolveRegistryConfigMethods inherited from interface io.quarkus.registry.client.RegistryNonPlatformExtensionsResolver
resolveNonPlatformExtensionsMethods inherited from interface io.quarkus.registry.client.RegistryPlatformExtensionsResolver
resolvePlatformExtensionsMethods inherited from interface io.quarkus.registry.client.RegistryPlatformsResolver
resolvePlatforms