public UpdateRollingMax ( HystrixRollingNumberEvent type, long value ) : void | ||
type | HystrixRollingNumberEvent | Defining which counter to update, must be a "MaxUpdater" type (HystrixRollingNumberEvent.IsMaxUpdater() == true). |
value | long | Value to be updated to the current bucket |
return | void |