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

Inheritance: Akka.Actor.OneForOneStrategy
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

Method Description
FailedSupervisorStrategy ( IActorRef testActor ) : System

Protected Methods

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

Method Details

FailedSupervisorStrategy() public method

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

ProcessFailure() protected method

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
return void