C# Class Akka.Tests.Actor.DeathWatchSpec.FailedSupervisorStrategy

Inheritance: Akka.Actor.OneForOneStrategy
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
FailedSupervisorStrategy ( IActorRef testActor ) : System

Méthodes protégées

Méthode Description
ProcessFailure ( IActorContext context, bool restart, Exception cause, Akka.Actor.Internal.ChildRestartStats failedChildStats, IReadOnlyCollection allChildren ) : void

Method Details

FailedSupervisorStrategy() public méthode

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

ProcessFailure() protected méthode

protected ProcessFailure ( IActorContext context, bool restart, Exception cause, Akka.Actor.Internal.ChildRestartStats failedChildStats, IReadOnlyCollection allChildren ) : void
context IActorContext
restart bool
cause System.Exception
failedChildStats Akka.Actor.Internal.ChildRestartStats
allChildren IReadOnlyCollection
Résultat void