t

akka.routing

Listeners

trait Listeners extends AnyRef

Listeners is a generic trait to implement listening capability on an Actor.

Use the gossip(msg) method to have it sent to the listeners.

Send Listen(self) to start listening.

Send Deafen(self) to stop listening.

Send WithListeners(fun) to traverse the current listeners.

Self Type
Listeners with Actor
Source
Listeners.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Listeners
  2. AnyRef
  3. 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