C# Class Akka.Tests.Actor.SupervisorHierarchySpec.CountDownActor

Inheritance: ReceiveActor
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

Method Description
CountDownActor ( CountdownEvent restartsCountdown, Akka.Actor.SupervisorStrategy supervisorStrategy ) : System

Protected Methods

Method Description
PostRestart ( Exception reason ) : void
PreRestart ( Exception reason, object message ) : void
SupervisorStrategy ( ) : Akka.Actor.SupervisorStrategy

Method Details

CountDownActor() public method

public CountDownActor ( CountdownEvent restartsCountdown, Akka.Actor.SupervisorStrategy supervisorStrategy ) : System
restartsCountdown System.Threading.CountdownEvent
supervisorStrategy Akka.Actor.SupervisorStrategy
return System

PostRestart() protected method

protected PostRestart ( Exception reason ) : void
reason System.Exception
return void

PreRestart() protected method

protected PreRestart ( Exception reason, object message ) : void
reason System.Exception
message object
return void

SupervisorStrategy() protected method

protected SupervisorStrategy ( ) : Akka.Actor.SupervisorStrategy
return Akka.Actor.SupervisorStrategy