| 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.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public double BackoffRate { get; }
member BackoffRate : float with get
Property Value
Type:
DoubleSee Also