Class ClusterClientUp
Emitted to the Akka event stream when a cluster client has interacted with a receptionist.
Implements
Inherited Members
Namespace: Akka.Cluster.Tools.Client
Assembly: Akka.Cluster.Tools.dll
Syntax
public sealed class ClusterClientUp : IClusterClientInteraction
Constructors
| Improve this Doc View SourceClusterClientUp(IActorRef)
TBD
Declaration
public ClusterClientUp(IActorRef clusterClient)
Parameters
Type | Name | Description |
---|---|---|
IActorRef | clusterClient | TBD |
Properties
| Improve this Doc View SourceClusterClient
TBD
Declaration
public IActorRef ClusterClient { get; }
Property Value
Type | Description |
---|---|
IActorRef |