Package | Description |
---|---|
com.netflix.hystrix |
Core functionality of Hystrix including the HystrixCommand and HystrixCollapser to be extended from.
|
com.netflix.hystrix.collapser | |
com.netflix.hystrix.util |
Common utility classes.
|
Class and Description |
---|
HystrixRollingNumber
A number which can be used to track counters (increment) or set values over time.
|
HystrixRollingNumberEvent
Various states/events that can be captured in the
HystrixRollingNumber . |
Class and Description |
---|
HystrixTimer.TimerListener |
Class and Description |
---|
HystrixRollingNumberEvent
Various states/events that can be captured in the
HystrixRollingNumber . |
HystrixTimer
Timer used by
HystrixCommand to timeout async executions and HystrixCollapser to trigger batch executions. |
HystrixTimer.TimerListener |
Copyright © 2017. All Rights Reserved.