Click or drag to resize
Akka.NETListenerSupportListeners 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.42 (1.2.3.42)
Syntax
protected readonly HashSet<IActorRef> Listeners

Field Value

Type: HashSetIActorRef
See Also