| Router Class |
[Missing <summary> documentation for "T:Akka.Routing.Router"]
Namespace: Akka.Routing
The Router type exposes the following members.
| Name | Description | |
|---|---|---|
| AddRoutee(ActorRef) |
Create a new instance with one more routee and the same RoutingLogic.
| |
| AddRoutee(ActorSelection) |
Create a new instance with one more routee and the same RoutingLogic.
| |
| AddRoutee(Routee) |
Create a new instance with one more routee and the same RoutingLogic.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveRoutee(ActorRef) |
Create a new instance without the specified routee.
| |
| RemoveRoutee(ActorSelection) |
Create a new instance without the specified routee.
| |
| RemoveRoutee(Routee) |
Create a new instance without the specified routee.
| |
| Route | ||
| Send | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WithRoutees |
Create a new instance with the specified routees and the same RoutingLogic.
|
| Name | Description | |
|---|---|---|
| AsInstanceOfT | (Defined by Extensions.) | |
| Match |
Matches the specified target.
(Defined by PatternMatch.) |
| Name | Description | |
|---|---|---|
| Routees | ||
| RoutingLogic |