public interface LoadBalancedRetryPolicyFactory
LoadBalancedRetryPolicy
.Modifier and Type | Interface and Description |
---|---|
static class |
LoadBalancedRetryPolicyFactory.NeverRetryFactory |
Modifier and Type | Method and Description |
---|---|
LoadBalancedRetryPolicy |
create(String serviceId,
ServiceInstanceChooser serviceInstanceChooser)
Creates a
LoadBalancedRetryPolicy . |
LoadBalancedRetryPolicy create(String serviceId, ServiceInstanceChooser serviceInstanceChooser)
LoadBalancedRetryPolicy
.serviceId
- The ID of the service to create the retry policy for.serviceInstanceChooser
- Used to get the next server from a load balancerCopyright © 2017 Pivotal Software, Inc.. All rights reserved.