C# 클래스 Akka.Tests.Actor.DeathWatchSpec.FailedSupervisorStrategy

상속: Akka.Actor.OneForOneStrategy
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
FailedSupervisorStrategy ( IActorRef testActor ) : System

보호된 메소드들

메소드 설명
ProcessFailure ( IActorContext context, bool restart, Exception cause, Akka.Actor.Internal.ChildRestartStats failedChildStats, IReadOnlyCollection allChildren ) : void

메소드 상세

FailedSupervisorStrategy() 공개 메소드

public FailedSupervisorStrategy ( IActorRef testActor ) : System
testActor IActorRef
리턴 System

ProcessFailure() 보호된 메소드

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
리턴 void