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.Scope |
HystrixCollapser.getScope()
Scope of collapsing.
|
static HystrixCollapser.Scope |
HystrixCollapser.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HystrixCollapser.Scope[] |
HystrixCollapser.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HystrixCollapser.Setter |
HystrixCollapser.Setter.andScope(HystrixCollapser.Scope scope)
HystrixCollapser.Scope defining what scope the collapsing should occur within |
Copyright © 2016. All Rights Reserved.