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
| Improve this Doc View SourceContactPointAdded(ActorPath)
TBD
Declaration
public ContactPointAdded(ActorPath contactPoint)
Parameters
Type | Name | Description |
---|---|---|
ActorPath | contactPoint | TBD |
Properties
| Improve this Doc View SourceContactPoint
TBD
Declaration
public ActorPath ContactPoint { get; }
Property Value
Type | Description |
---|---|
ActorPath |