Package | Description |
---|---|
com.netflix.hystrix |
Core functionality of Hystrix including the HystrixCommand and HystrixCollapser to be extended from.
|
Modifier and Type | Method and Description |
---|---|
HystrixObservableCollapser.Scope |
HystrixObservableCollapser.getScope()
Scope of collapsing.
|
static HystrixObservableCollapser.Scope |
HystrixObservableCollapser.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HystrixObservableCollapser.Scope[] |
HystrixObservableCollapser.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HystrixObservableCollapser.Setter |
HystrixObservableCollapser.Setter.andScope(HystrixObservableCollapser.Scope scope)
HystrixObservableCollapser.Scope defining what scope the collapsing should occur within |
Copyright © 2015. All Rights Reserved.