Class Listen
The class represents a ListenerMessage sent by an IActorRef to another IActorRef instructing the second actor to start listening for messages sent by the first actor.
Inherited Members
Namespace: Akka.Routing
Assembly: Akka.dll
Syntax
public sealed class Listen : ListenerMessage
Constructors
| Improve this Doc View SourceListen(IActorRef)
Initializes a new instance of the Listen class.
Declaration
public Listen(IActorRef listener)
Parameters
Type | Name | Description |
---|---|---|
IActorRef | listener | The actor that receives the message. |
Properties
| Improve this Doc View SourceListener
The actor that receives the message.
Declaration
public IActorRef Listener { get; }
Property Value
Type | Description |
---|---|
IActorRef |