public abstract class AbstractHystrixConfigBuilder<CONFB> extends Object implements org.springframework.cloud.client.circuitbreaker.ConfigBuilder<CONFB>
Modifier and Type | Field and Description |
---|---|
protected com.netflix.hystrix.HystrixCommandProperties.Setter |
commandProperties |
protected String |
groupName |
Constructor and Description |
---|
AbstractHystrixConfigBuilder(String id) |
Modifier and Type | Method and Description |
---|---|
AbstractHystrixConfigBuilder |
commandProperties(com.netflix.hystrix.HystrixCommandProperties.Setter commandProperties) |
protected com.netflix.hystrix.HystrixCommandKey |
getCommandKey() |
protected com.netflix.hystrix.HystrixCommandProperties.Setter |
getCommandPropertiesSetter() |
protected com.netflix.hystrix.HystrixCommandGroupKey |
getGroupKey() |
AbstractHystrixConfigBuilder |
groupName(String groupName) |
protected String groupName
protected com.netflix.hystrix.HystrixCommandProperties.Setter commandProperties
public AbstractHystrixConfigBuilder(String id)
public AbstractHystrixConfigBuilder groupName(String groupName)
public AbstractHystrixConfigBuilder commandProperties(com.netflix.hystrix.HystrixCommandProperties.Setter commandProperties)
protected com.netflix.hystrix.HystrixCommandGroupKey getGroupKey()
protected com.netflix.hystrix.HystrixCommandKey getCommandKey()
protected com.netflix.hystrix.HystrixCommandProperties.Setter getCommandPropertiesSetter()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.