Property | Type | Description | |
---|---|---|---|
Instance |
Method | Description | |
---|---|---|
AddTimerListener ( ITimerListener listener ) : |
Add a ITimerListener that will be executed until it is garbage collected or removed by clearing the returned TimerReference. NOTE: It is the responsibility of code that adds a listener via this method to clear this listener when completed.
|
Method | Description | |
---|---|---|
HystrixTimer ( ) : Logging |
Prevents a default instance of the HystrixTimer class from being created.
|
public AddTimerListener ( ITimerListener listener ) : |
||
listener | ITimerListener | ITimerListener implementation that will be triggered according to its |
return |