| ListenerSupportListeners Field |
The collection of registered listeners that is listening for messages from an actor.
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected readonly HashSet<IActorRef> Listeners
val Listeners: HashSet<IActorRef>
Field Value
Type:
HashSetIActorRefSee Also