Class SplitBrainResolver
Inheritance
SplitBrainResolver
Assembly: Akka.Cluster.dll
Syntax
public sealed class SplitBrainResolver : IDowningProvider
Constructors
|
Improve this Doc
View Source
SplitBrainResolver(ActorSystem, Cluster)
Declaration
public SplitBrainResolver(ActorSystem system, Cluster cluster)
Parameters
Properties
|
Improve this Doc
View Source
DowningActorProps
Declaration
public Props DowningActorProps { get; }
Property Value
|
Improve this Doc
View Source
DownRemovalMargin
Declaration
public TimeSpan DownRemovalMargin { get; }
Property Value
|
Improve this Doc
View Source
StableAfter
Declaration
public TimeSpan StableAfter { get; }
Property Value
Implements
Extension Methods