public class AdjustPoolSize
extends java.lang.Object
implements scala.Product, scala.Serializable
Pool.
It may be handled after other messages.
Positive change will add that number of routees to the Pool.
Negative change will remove that number of routees from the Pool.
Routees are stopped by sending a PoisonPill to the routee.
Precautions are taken reduce the risk of dropping messages that are concurrently
being routed to the removed routee, but it is not guaranteed that messages are not
lost.
| Constructor and Description |
|---|
AdjustPoolSize(int change) |
| Modifier and Type | Method and Description |
|---|---|
int |
change() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait