Package | Description |
---|---|
com.netflix.hystrix |
Core functionality of Hystrix including the HystrixCommand and HystrixCollapser to be extended from.
|
Modifier and Type | Method and Description |
---|---|
HystrixCommand.Setter |
HystrixCommand.Setter.andCommandKey(HystrixCommandKey commandKey) |
HystrixCommand.Setter |
HystrixCommand.Setter.andCommandPropertiesDefaults(HystrixCommandProperties.Setter commandPropertiesDefaults)
Optional
|
HystrixCommand.Setter |
HystrixCommand.Setter.andThreadPoolKey(HystrixThreadPoolKey threadPoolKey) |
HystrixCommand.Setter |
HystrixCommand.Setter.andThreadPoolPropertiesDefaults(HystrixThreadPoolProperties.Setter threadPoolPropertiesDefaults)
Optional
|
static HystrixCommand.Setter |
HystrixCommand.Setter.withGroupKey(HystrixCommandGroupKey groupKey)
Setter factory method with required values.
|
Constructor and Description |
---|
HystrixCommand(HystrixCommand.Setter setter)
Construct a
HystrixCommand with defined HystrixCommand.Setter that allows injecting property and strategy overrides and other optional arguments. |
Copyright © 2020. All Rights Reserved.