| ClusterRouterGroupGetPaths Method |
Retrieves the actor paths used by this router during routee selection.
Namespace:
Akka.Cluster.Routing
Assembly:
Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public override IEnumerable<string> GetPaths(
ActorSystem system
)
abstract GetPaths :
system : ActorSystem -> IEnumerable<string>
override GetPaths :
system : ActorSystem -> IEnumerable<string>
Parameters
- system
- Type: Akka.ActorActorSystem
The actor system that owns this router.
Return Value
Type:
IEnumerableStringAn enumeration of actor paths used during routee selection
See Also