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 HystrixRequestLog |
HystrixRequestLog.getCurrentRequest()
HystrixRequestLog for current request as defined by HystrixRequestContext . |
static HystrixRequestLog |
HystrixRequestLog.getCurrentRequest(HystrixConcurrencyStrategy concurrencyStrategy)
HystrixRequestLog for current request as defined by HystrixRequestContext . |
Copyright © 2016. All Rights Reserved.