public class RestClientRibbonCommandFactory extends AbstractRibbonCommandFactory
Constructor and Description |
---|
RestClientRibbonCommandFactory(org.springframework.cloud.netflix.ribbon.SpringClientFactory clientFactory) |
RestClientRibbonCommandFactory(org.springframework.cloud.netflix.ribbon.SpringClientFactory clientFactory,
ZuulProperties zuulProperties,
Set<FallbackProvider> zuulFallbackProviders) |
Modifier and Type | Method and Description |
---|---|
RestClientRibbonCommand |
create(org.springframework.cloud.netflix.ribbon.support.RibbonCommandContext context) |
org.springframework.cloud.netflix.ribbon.SpringClientFactory |
getClientFactory() |
protected static com.netflix.client.http.HttpRequest.Verb |
getVerb(String method) |
void |
setZuulProperties(ZuulProperties zuulProperties) |
getFallbackProvider
public RestClientRibbonCommandFactory(org.springframework.cloud.netflix.ribbon.SpringClientFactory clientFactory)
public RestClientRibbonCommandFactory(org.springframework.cloud.netflix.ribbon.SpringClientFactory clientFactory, ZuulProperties zuulProperties, Set<FallbackProvider> zuulFallbackProviders)
public RestClientRibbonCommand create(org.springframework.cloud.netflix.ribbon.support.RibbonCommandContext context)
public org.springframework.cloud.netflix.ribbon.SpringClientFactory getClientFactory()
public void setZuulProperties(ZuulProperties zuulProperties)
protected static com.netflix.client.http.HttpRequest.Verb getVerb(String method)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.