Class AdjustPoolSize
This class represents a RouterManagementMessage sent to a Pool router instructing it to increase or decrease the number of allotted routees the router can use. It may be handled after other messages.
Inherited Members
Namespace: Akka.Routing
Assembly: Akka.dll
Syntax
public sealed class AdjustPoolSize : RouterManagementMessage
Constructors
| Improve this Doc View SourceAdjustPoolSize(Int32)
Initializes a new instance of the AdjustPoolSize class.
Declaration
public AdjustPoolSize(int change)
Parameters
Type | Name | Description |
---|---|---|
Int32 | change | The number of routees to add or subtract from the Pool. |
Properties
| Improve this Doc View SourceChange
The number of routees added or subtracted from the Pool.
Declaration
public int Change { get; }
Property Value
Type | Description |
---|---|
Int32 |