Interface ServiceDiscoveryConfig

  • All Known Implementing Classes:
    SimpleServiceConfig.SimpleServiceDiscoveryConfig

    public interface ServiceDiscoveryConfig
    Service Discovery configuration. Only used internally. The configuration is translated to an object that provides parameters through getters
    • Method Detail

      • type

        String type()
        Service discovery type, e.g. "consul". ServiceDiscoveryProvider for the type has to be available
        Returns:
        service discovery type
      • parameters

        Map<String,​String> parameters()
        ServiceDiscovery parameters.
        Returns:
        map of parameters of the service discovery