abstract class GetRoutees extends RouterManagementMesssage

Sending this message to a router will make it send back its currently used routees. A Routees message is sent asynchronously to the "requester" containing information about what routees the router is routing over.

Annotations
@SerialVersionUID()
Source
RouterConfig.scala
Linear Supertypes
RouterManagementMesssage, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetRoutees
  2. RouterManagementMesssage
  3. AnyRef
  4. 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 GetRoutees()