Class SimpleServiceConfig.SimpleLoadBalancerConfig

    • Constructor Detail

      • SimpleLoadBalancerConfig

        public SimpleLoadBalancerConfig​(String type,
                                        Map<String,​String> parameters)
        Creates a new SimpleLoadBalancerConfig.
        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