| ClusterClientSettingsReconnectTimeout Property |
If the connection to the receptionist is lost and cannot
be re-established within this duration the cluster client will be stopped. This makes it possible
to watch it from another actor and possibly acquire a new list of InitialContacts from some
external service registry
Namespace:
Akka.Cluster.Tools.Client
Assembly:
Akka.Cluster.Tools (in Akka.Cluster.Tools.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public Nullable<TimeSpan> ReconnectTimeout { get; }
member ReconnectTimeout : Nullable<TimeSpan> with get
Property Value
Type:
NullableTimeSpanSee Also