Class ClusterClientUnreachable
Emitted to the Akka event stream when a cluster client was previously connected but then not seen for some time.
Implements
Inherited Members
Namespace: Akka.Cluster.Tools.Client
Assembly: Akka.Cluster.Tools.dll
Syntax
public sealed class ClusterClientUnreachable : IClusterClientInteraction
Constructors
| Improve this Doc View SourceClusterClientUnreachable(IActorRef)
TBD
Declaration
public ClusterClientUnreachable(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 |