Class ContactPointRemoved
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 ContactPointRemoved : IContactPointChange
Constructors
| Improve this Doc View SourceContactPointRemoved(ActorPath)
TBD
Declaration
public ContactPointRemoved(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 |