Class ContactPoints
The reply to GetContactPoints.
Inherited Members
Namespace: Akka.Cluster.Tools.Client
Assembly: Akka.Cluster.Tools.dll
Syntax
public sealed class ContactPoints
Constructors
| Edit this page View SourceContactPoints(IImmutableSet<ActorPath>)
TBD
Declaration
public ContactPoints(IImmutableSet<ActorPath> contactPoints)
Parameters
Type | Name | Description |
---|---|---|
IImmutableSet<ActorPath> | contactPoints | TBD |
Properties
| Edit this page View SourceContactPointsList
The set of actor paths contacted by this ClusterClient.
Declaration
public IImmutableSet<ActorPath> ContactPointsList { get; }
Property Value
Type | Description |
---|---|
IImmutableSet<ActorPath> |