final class ChangeNumberOfProcesses extends ShardedDaemonProcessCommand with ClusterShardingTypedSerializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ChangeNumberOfProcesses
- ClusterShardingTypedSerializable
- ShardedDaemonProcessCommand
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ChangeNumberOfProcesses(newNumberOfProcesses: Int, replyTo: [[Done]])
- newNumberOfProcesses
The number of processes to scale up to
- replyTo
Reply to this actor once scaling is successfully done, or with details if it failed Note that a successful response may take a long time, depending on how fast the daemon process actors stop after getting their stop message.
Tell the sharded daemon process to rescale to the given number of processes.