Class NoDowning
Default downing provider used when no provider is configured and 'auto-down-unreachable-after' is not enabled.
Implements
Inherited Members
Namespace: Akka.Cluster
Assembly: Akka.Cluster.dll
Syntax
public sealed class NoDowning : IDowningProvider
Constructors
| Improve this Doc View SourceNoDowning(ActorSystem, Cluster)
Declaration
public NoDowning(ActorSystem system, Cluster cluster)
Parameters
Type | Name | Description |
---|---|---|
ActorSystem | system | |
Cluster | cluster |
Properties
| Improve this Doc View SourceDowningActorProps
TBD
Declaration
public Props DowningActorProps { get; }
Property Value
Type | Description |
---|---|
Props |
DownRemovalMargin
TBD
Declaration
public TimeSpan DownRemovalMargin { get; }
Property Value
Type | Description |
---|---|
TimeSpan |