Package | Description |
---|---|
com.netflix.hystrix |
Core functionality of Hystrix including the HystrixCommand and HystrixCollapser to be extended from.
|
Modifier and Type | Method and Description |
---|---|
HystrixCollapser.Setter |
HystrixCollapser.Setter.andCollapserPropertiesDefaults(HystrixCollapserProperties.Setter propertiesSetter) |
HystrixCollapser.Setter |
HystrixCollapser.Setter.andScope(HystrixCollapser.Scope scope)
HystrixCollapser.Scope defining what scope the collapsing should occur within |
static HystrixCollapser.Setter |
HystrixCollapser.Setter.withCollapserKey(HystrixCollapserKey collapserKey)
Setter factory method containing required values.
|
Constructor and Description |
---|
HystrixCollapser(HystrixCollapser.Setter setter)
Construct a
HystrixCollapser with defined HystrixCollapser.Setter that allows
injecting property and strategy overrides and other optional arguments. |
Copyright © 2017. All Rights Reserved.