Interface RegistryConfigResolver

All Known Subinterfaces:
RegistryClient
All Known Implementing Classes:
RegistryClientDispatcher

public interface RegistryConfigResolver
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the complete registry configuration.
  • Method Details

    • resolveRegistryConfig

      RegistryConfig resolveRegistryConfig() throws RegistryResolutionException
      Returns the complete registry configuration. The idea is that the default configuration to communicate with the registry will be provided by the registry admins for all users. Users though will still have a chance to adjust certain config options on the client side.
      Returns:
      complete registry configuration
      Throws:
      RegistryResolutionException - in case of a failure