Class SimpleServiceConfig

    • Method Detail

      • loadBalancer

        public LoadBalancerConfig loadBalancer()
        Description copied from interface: ServiceConfig
        LoadBalancer configuration or null if the service is meant only to only be mapped to a list of services
        Specified by:
        loadBalancer in interface ServiceConfig
        Returns:
        (optional) load balancer configuration
      • secure

        public boolean secure()
        Description copied from interface: ServiceConfig
        Whether the communication should use a secure connection (e.g. HTTPS)
        Specified by:
        secure in interface ServiceConfig
        Returns:
        true if SSL, TLS, etc. should be used for the communication