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
clearCache
-
Methods inherited from interface io.quarkus.registry.client.RegistryConfigResolver
resolveRegistryConfig
-
Methods inherited from interface io.quarkus.registry.client.RegistryNonPlatformExtensionsResolver
resolveNonPlatformExtensions
-
Methods inherited from interface io.quarkus.registry.client.RegistryPlatformExtensionsResolver
resolvePlatformExtensions
-
Methods inherited from interface io.quarkus.registry.client.RegistryPlatformsResolver
resolvePlatforms
-
-