Interface RegistryDescriptorConfig

All Known Subinterfaces:
RegistryDescriptorConfig.Mutable
All Known Implementing Classes:
RegistryDescriptorConfigImpl, RegistryDescriptorConfigImpl.Builder

public interface RegistryDescriptorConfig
Configuration related to resolution of the registry descriptor. Registry descriptor represents the default client configuration to communicate with the registry that can be customized, if necessary, on the client side.
  • Method Details

    • getArtifact

      io.quarkus.maven.dependency.ArtifactCoords getArtifact()
      Coordinates of the registry descriptor artifact in the registry.
      Returns:
      coordinates of the registry descriptor artifact in the registry
    • mutable

      Return a mutable copy of this configuration
    • builder

      Returns:
      a new mutable instance