Class SplitBrainResolverProvider
Enabled with configuration:
{
akka.cluster.downing-provider-class = "Akka.Cluster.SBR.SplitBrainResolverProvider"
}
Inheritance
SplitBrainResolverProvider
Assembly: Akka.Cluster.dll
Syntax
public class SplitBrainResolverProvider : IDowningProvider
Constructors
|
Improve this Doc
View Source
SplitBrainResolverProvider(ActorSystem, Cluster)
Declaration
public SplitBrainResolverProvider(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
Implements
Extension Methods