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

Inheritance: ReceiveActor
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
RestartableActor ( IActorRef testActor ) : System

Méthodes protégées

Méthode Description
PostRestart ( Exception reason ) : void

Method Details

PostRestart() protected méthode

protected PostRestart ( Exception reason ) : void
reason System.Exception
Résultat void

RestartableActor() public méthode

public RestartableActor ( IActorRef testActor ) : System
testActor IActorRef
Résultat System