C# Class Akka.Cluster.AutoDown

INTERNAL API An unreachable member will be downed by this actor if it remains unreachable for the specified duration and this actor is running on the leader node in the cluster. The implementation is split into two classes AutoDown and AutoDownBase to be able to unit test the logic without running cluster.
Inheritance: AutoDownBase
Mostra file Open project: rogeralsing/akka.net

Public Methods

Method Description
AutoDown ( System.TimeSpan autoDownUnreachableAfter ) : System
Down ( Akka.Actor.Address node ) : void
Props ( System.TimeSpan autoDownUnreachableAfter ) : Props

Protected Methods

Method Description
PostStop ( ) : void
PreStart ( ) : void

Method Details

AutoDown() public method

public AutoDown ( System.TimeSpan autoDownUnreachableAfter ) : System
autoDownUnreachableAfter System.TimeSpan
return System

Down() public method

public Down ( Akka.Actor.Address node ) : void
node Akka.Actor.Address
return void

PostStop() protected method

protected PostStop ( ) : void
return void

PreStart() protected method

protected PreStart ( ) : void
return void

Props() public static method

public static Props ( System.TimeSpan autoDownUnreachableAfter ) : Props
autoDownUnreachableAfter System.TimeSpan
return Props