Class SimpleServiceConfig.SimpleServiceRegistrarConfig

    • Constructor Detail

      • SimpleServiceRegistrarConfig

        public SimpleServiceRegistrarConfig​(String type,
                                            Map<String,​String> parameters)
        Creates a new SimpleServiceRegistrarConfig.
        Parameters:
        type - the type
        parameters - the configuration map
    • Method Detail

      • type

        public String type()
        Description copied from interface: ConfigWithType
        Load balancer type, e.g. "round-robin". A LoadBalancerProvider for the type has to be available
        Specified by:
        type in interface ConfigWithType
        Returns:
        load balancer type