| Package | Description |
|---|---|
| org.springframework.cloud.client.loadbalancer |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
LoadBalancerClient.execute(String serviceId,
LoadBalancerRequest<T> request)
execute request using a ServiceInstance from the LoadBalancer for the specified
service
|
<T> T |
LoadBalancerClient.execute(String serviceId,
ServiceInstance serviceInstance,
LoadBalancerRequest<T> request)
execute request using a ServiceInstance from the LoadBalancer for the specified
service
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.