DefaultResizerBackoffRate Property |
Fraction of routees to be removed when the resizer reaches the
backoffThreshold.
For example, 0.1 would decrease 10% (rounded up), i.e. if current
capacity is 9 it will request an decrease of 1 routee.
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic double BackoffRate { get; }
Public ReadOnly Property BackoffRate As Double
Get
public:
property double BackoffRate {
double get ();
}
member BackoffRate : float with get
Property Value
Type:
Double
See Also