Uses of Interface
io.quarkus.registry.client.RegistryCache
-
Packages that use RegistryCache Package Description io.quarkus.registry.client io.quarkus.registry.client.maven -
-
Uses of RegistryCache in io.quarkus.registry.client
Subinterfaces of RegistryCache in io.quarkus.registry.client Modifier and Type Interface Description interfaceRegistryClientImplements the basic queries a registry client is supposed to handle.Classes in io.quarkus.registry.client that implement RegistryCache Modifier and Type Class Description classRegistryClientDispatcherConstructors in io.quarkus.registry.client with parameters of type RegistryCache Constructor Description RegistryClientDispatcher(RegistryConfig config, RegistryPlatformsResolver platforms, RegistryPlatformExtensionsResolver platformExtensions, RegistryNonPlatformExtensionsResolver nonPlatformExtensions, RegistryCache registryCache) -
Uses of RegistryCache in io.quarkus.registry.client.maven
Classes in io.quarkus.registry.client.maven that implement RegistryCache Modifier and Type Class Description classMavenRegistryCache
-