Class ContactPointAdded
Emitted to a subscriber when contact points have been received by the ClusterClient and a new one has been added.
Implements
Inherited Members
Namespace: Akka.Cluster.Tools.Client
Assembly: Akka.Cluster.Tools.dll
Syntax
public sealed class ContactPointAdded : IContactPointChange
Constructors
| Edit this page View SourceContactPointAdded(ActorPath)
TBD
Declaration
public ContactPointAdded(ActorPath contactPoint)
Parameters
| Type | Name | Description |
|---|---|---|
| ActorPath | contactPoint | TBD |
Properties
| Edit this page View SourceContactPoint
TBD
Declaration
public ActorPath ContactPoint { get; }
Property Value
| Type | Description |
|---|---|
| ActorPath |
Edit this page