Class ClusterClients
The reply to GetClusterClients
Inherited Members
Namespace: Akka.Cluster.Tools.Client
Assembly: Akka.Cluster.Tools.dll
Syntax
public sealed class ClusterClients
Constructors
| Improve this Doc View SourceClusterClients(IImmutableSet<IActorRef>)
The reply to GetClusterClients
Declaration
public ClusterClients(IImmutableSet<IActorRef> clusterClientsList)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Immutable.IImmutableSet<IActorRef> | clusterClientsList | The presently known list of cluster clients. |
Properties
| Improve this Doc View SourceClusterClientsList
TBD
Declaration
public IImmutableSet<IActorRef> ClusterClientsList { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.IImmutableSet<IActorRef> |