Constructor and Description |
---|
RestClientRibbonCommand(String commandKey,
com.netflix.niws.client.http.RestClient client,
org.springframework.cloud.netflix.ribbon.support.RibbonCommandContext context,
ZuulProperties zuulProperties,
FallbackProvider zuulFallbackProvider) |
RestClientRibbonCommand(String commandKey,
com.netflix.niws.client.http.RestClient client,
org.springframework.cloud.netflix.ribbon.support.RibbonCommandContext context,
ZuulProperties zuulProperties,
FallbackProvider zuulFallbackProvider,
com.netflix.client.config.IClientConfig config) |
Constructor and Description |
---|
RestClientRibbonCommandFactory(org.springframework.cloud.netflix.ribbon.SpringClientFactory clientFactory,
ZuulProperties zuulProperties,
Set<FallbackProvider> zuulFallbackProviders) |
Constructor and Description |
---|
HttpClientRibbonCommand(String commandKey,
org.springframework.cloud.netflix.ribbon.apache.RibbonLoadBalancingHttpClient client,
org.springframework.cloud.netflix.ribbon.support.RibbonCommandContext context,
ZuulProperties zuulProperties,
FallbackProvider zuulFallbackProvider) |
HttpClientRibbonCommand(String commandKey,
org.springframework.cloud.netflix.ribbon.apache.RibbonLoadBalancingHttpClient client,
org.springframework.cloud.netflix.ribbon.support.RibbonCommandContext context,
ZuulProperties zuulProperties,
FallbackProvider zuulFallbackProvider,
com.netflix.client.config.IClientConfig config) |
Constructor and Description |
---|
HttpClientRibbonCommandFactory(org.springframework.cloud.netflix.ribbon.SpringClientFactory clientFactory,
ZuulProperties zuulProperties,
Set<FallbackProvider> fallbackProviders) |
Constructor and Description |
---|
OkHttpRibbonCommand(String commandKey,
org.springframework.cloud.netflix.ribbon.okhttp.OkHttpLoadBalancingClient client,
org.springframework.cloud.netflix.ribbon.support.RibbonCommandContext context,
ZuulProperties zuulProperties,
FallbackProvider zuulFallbackProvider) |
OkHttpRibbonCommand(String commandKey,
org.springframework.cloud.netflix.ribbon.okhttp.OkHttpLoadBalancingClient client,
org.springframework.cloud.netflix.ribbon.support.RibbonCommandContext context,
ZuulProperties zuulProperties,
FallbackProvider zuulFallbackProvider,
com.netflix.client.config.IClientConfig config) |
Constructor and Description |
---|
OkHttpRibbonCommandFactory(org.springframework.cloud.netflix.ribbon.SpringClientFactory clientFactory,
ZuulProperties zuulProperties,
Set<FallbackProvider> zuulFallbackProviders) |
Modifier and Type | Field and Description |
---|---|
protected FallbackProvider |
AbstractRibbonCommand.zuulFallbackProvider |
Modifier and Type | Method and Description |
---|---|
protected FallbackProvider |
AbstractRibbonCommandFactory.getFallbackProvider(String route) |
Constructor and Description |
---|
AbstractRibbonCommand(com.netflix.hystrix.HystrixCommand.Setter setter,
LBC client,
org.springframework.cloud.netflix.ribbon.support.RibbonCommandContext context,
FallbackProvider fallbackProvider,
com.netflix.client.config.IClientConfig config) |
AbstractRibbonCommand(String commandKey,
LBC client,
org.springframework.cloud.netflix.ribbon.support.RibbonCommandContext context,
ZuulProperties zuulProperties,
FallbackProvider fallbackProvider) |
AbstractRibbonCommand(String commandKey,
LBC client,
org.springframework.cloud.netflix.ribbon.support.RibbonCommandContext context,
ZuulProperties zuulProperties,
FallbackProvider fallbackProvider,
com.netflix.client.config.IClientConfig config) |
Constructor and Description |
---|
AbstractRibbonCommandFactory(Set<FallbackProvider> fallbackProviders) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.