C# Class Akka.Cluster.Tests.Routing.ClusterRouterSupervisorSpec.RestartableActor

Inheritance: ReceiveActor
Mostra file Open project: rogeralsing/akka.net

Public Methods

Method Description
RestartableActor ( IActorRef testActor ) : System

Protected Methods

Method Description
PostRestart ( Exception reason ) : void

Method Details

PostRestart() protected method

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

RestartableActor() public method

public RestartableActor ( IActorRef testActor ) : System
testActor IActorRef
return System