Class RemoveRoutee
This class represents a RouterManagementMessage sent to a Router instructing it to remove a specific routee from the router's collection of routees. It may be handled after other messages.
note
For a pool with child routees the routee is stopped by sending a PoisonPill to the routee. Precautions are taken to reduce the risk of dropping messages that are concurrently being routed to the remove routee, but there are no guarantees.
Inherited Members
Namespace: Akka.Routing
Assembly: Akka.dll
Syntax
public sealed class RemoveRoutee : RouterManagementMessage
Constructors
| Improve this Doc View SourceRemoveRoutee(Routee)
Initializes a new instance of the RemoveRoutee class.
Declaration
public RemoveRoutee(Routee routee)
Parameters
Type | Name | Description |
---|---|---|
Routee | routee | The routee to remove from the router's collection of routees. |
Properties
| Improve this Doc View SourceRoutee
The routee removed from the router's collection of routees.
Declaration
public Routee Routee { get; }
Property Value
Type | Description |
---|---|
Routee |