c

akka.routing

AdjustPoolSize

final case class AdjustPoolSize(change: Int) extends RouterManagementMesssage with Product with Serializable

Increase or decrease the number of routees in a 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 akka.actor.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.

Annotations
@SerialVersionUID()
Source
RouterConfig.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, RouterManagementMesssage, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AdjustPoolSize
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RouterManagementMesssage
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AdjustPoolSize(change: Int)

Value Members

  1. val change: Int