Package | Description |
---|---|
com.netflix.hystrix.collapser | |
com.netflix.hystrix.util |
Common utility classes.
|
Modifier and Type | Method and Description |
---|---|
Reference<HystrixTimer.TimerListener> |
RealCollapserTimer.addListener(HystrixTimer.TimerListener collapseTask) |
Reference<HystrixTimer.TimerListener> |
CollapserTimer.addListener(HystrixTimer.TimerListener collapseTask) |
Modifier and Type | Method and Description |
---|---|
Reference<HystrixTimer.TimerListener> |
RealCollapserTimer.addListener(HystrixTimer.TimerListener collapseTask) |
Reference<HystrixTimer.TimerListener> |
CollapserTimer.addListener(HystrixTimer.TimerListener collapseTask) |
Modifier and Type | Method and Description |
---|---|
Reference<HystrixTimer.TimerListener> |
HystrixTimer.addTimerListener(HystrixTimer.TimerListener listener)
Add a
HystrixTimer.TimerListener that will be executed until it is garbage collected or removed by clearing the returned Reference . |
Modifier and Type | Method and Description |
---|---|
Reference<HystrixTimer.TimerListener> |
HystrixTimer.addTimerListener(HystrixTimer.TimerListener listener)
Add a
HystrixTimer.TimerListener that will be executed until it is garbage collected or removed by clearing the returned Reference . |
Copyright © 2020. All Rights Reserved.