C# 클래스 Akka.Persistence.Tests.PersistentActorSpec.HandleRecoveryFinishedEventPersistentActor

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

공개 메소드들

메소드 설명
HandleRecoveryFinishedEventPersistentActor ( string name, IActorRef probe ) : System

보호된 메소드들

메소드 설명
ReceiveCommand ( object message ) : bool
ReceiveRecover ( object message ) : bool
SendingRecover ( object message ) : bool

메소드 상세

HandleRecoveryFinishedEventPersistentActor() 공개 메소드

public HandleRecoveryFinishedEventPersistentActor ( string name, IActorRef probe ) : System
name string
probe IActorRef
리턴 System

ReceiveCommand() 보호된 메소드

protected ReceiveCommand ( object message ) : bool
message object
리턴 bool

ReceiveRecover() 보호된 메소드

protected ReceiveRecover ( object message ) : bool
message object
리턴 bool

SendingRecover() 보호된 메소드

protected SendingRecover ( object message ) : bool
message object
리턴 bool