Class AddRoutee
This class represents a RouterManagementMessage sent to a Router instructing it to add a specific routee to the router's collection of routees. It may be handled after other messages.
Inherited Members
Namespace: Akka.Routing
Assembly: Akka.dll
Syntax
public sealed class AddRoutee : RouterManagementMessage
Constructors
| Improve this Doc View SourceAddRoutee(Routee)
Initializes a new instance of the AddRoutee class.
Declaration
public AddRoutee(Routee routee)
Parameters
Type | Name | Description |
---|---|---|
Routee | routee | The routee added to the router's collection of routees. |
Properties
| Improve this Doc View SourceRoutee
The routee added to the router's collection of routees.
Declaration
public Routee Routee { get; }
Property Value
Type | Description |
---|---|
Routee |