Interface RegistryNonPlatformExtensionsResolver

All Known Subinterfaces:
RegistryClient
All Known Implementing Classes:
MavenNonPlatformExtensionsResolver, RegistryClientDispatcher

public interface RegistryNonPlatformExtensionsResolver
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a catalog of extensions that are compatible with a given Quarkus version or null, in case the registry does not include any extension that is compatible with the given Quarkus version.
  • Method Details

    • resolveNonPlatformExtensions

      ExtensionCatalog.Mutable resolveNonPlatformExtensions(String quarkusVersion) throws RegistryResolutionException
      Returns a catalog of extensions that are compatible with a given Quarkus version or null, in case the registry does not include any extension that is compatible with the given Quarkus version.
      Parameters:
      quarkusVersion - Quarkus version
      Returns:
      catalog of extensions compatible with a given Quarkus version or null
      Throws:
      RegistryResolutionException - in case of a failure