Package | Description |
---|---|
com.netflix.hystrix |
Core functionality of Hystrix including the HystrixCommand and HystrixCollapser to be extended from.
|
Modifier and Type | Method and Description |
---|---|
static HystrixRequestCache |
HystrixRequestCache.getInstance(HystrixCollapserKey key,
HystrixConcurrencyStrategy concurrencyStrategy) |
static HystrixRequestCache |
HystrixRequestCache.getInstance(HystrixCommandKey key,
HystrixConcurrencyStrategy concurrencyStrategy) |
Copyright © 2015. All Rights Reserved.