Package | Description |
---|---|
com.netflix.hystrix |
Core functionality of Hystrix including the HystrixCommand and HystrixCollapser to be extended from.
|
com.netflix.hystrix.strategy.properties |
Strategy definition for properties and configuration and default implementation.
|
Modifier and Type | Field and Description |
---|---|
protected HystrixCommandProperties.Setter |
HystrixCommand.Setter.commandPropertiesDefaults |
protected HystrixCommandProperties.Setter |
HystrixObservableCommand.Setter.commandPropertiesDefaults |
Modifier and Type | Method and Description |
---|---|
HystrixCommand.Setter |
HystrixCommand.Setter.andCommandPropertiesDefaults(HystrixCommandProperties.Setter commandPropertiesDefaults)
Optional
|
HystrixObservableCommand.Setter |
HystrixObservableCommand.Setter.andCommandPropertiesDefaults(HystrixCommandProperties.Setter commandPropertiesDefaults)
Optional
|
Constructor and Description |
---|
HystrixCommandProperties(HystrixCommandKey key,
HystrixCommandProperties.Setter builder) |
HystrixCommandProperties(HystrixCommandKey key,
HystrixCommandProperties.Setter builder,
String propertyPrefix) |
Modifier and Type | Method and Description |
---|---|
static HystrixCommandProperties |
HystrixPropertiesFactory.getCommandProperties(HystrixCommandKey key,
HystrixCommandProperties.Setter builder)
Get an instance of
HystrixCommandProperties with the given factory HystrixPropertiesStrategy implementation for each HystrixCommand instance. |
HystrixCommandProperties |
HystrixPropertiesStrategy.getCommandProperties(HystrixCommandKey commandKey,
HystrixCommandProperties.Setter builder)
Construct an implementation of
HystrixCommandProperties for HystrixCommand instances with HystrixCommandKey . |
String |
HystrixPropertiesStrategy.getCommandPropertiesCacheKey(HystrixCommandKey commandKey,
HystrixCommandProperties.Setter builder)
Cache key used for caching the retrieval of
HystrixCommandProperties implementations. |
Constructor and Description |
---|
HystrixPropertiesCommandDefault(HystrixCommandKey key,
HystrixCommandProperties.Setter builder) |
Copyright © 2020. All Rights Reserved.