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
| Edit this page View SourceNoDowning(ActorSystem, Cluster)
Declaration
public NoDowning(ActorSystem system, Cluster cluster)
Parameters
| Type | Name | Description |
|---|---|---|
| ActorSystem | system | |
| Cluster | cluster |
Properties
| Edit this page View SourceDownRemovalMargin
TBD
Declaration
public TimeSpan DownRemovalMargin { get; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
DowningActorProps
TBD
Declaration
public Props DowningActorProps { get; }
Property Value
| Type | Description |
|---|---|
| Props |
Edit this page