C# Class Akka.Persistence.Tests.PersistentActorSpec.HandleRecoveryFinishedEventPersistentActor

Inheritance: SnapshottingPersistentActor
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

Method Description
HandleRecoveryFinishedEventPersistentActor ( string name, IActorRef probe ) : System

Protected Methods

Method Description
ReceiveCommand ( object message ) : bool
ReceiveRecover ( object message ) : bool
SendingRecover ( object message ) : bool

Method Details

HandleRecoveryFinishedEventPersistentActor() public method

public HandleRecoveryFinishedEventPersistentActor ( string name, IActorRef probe ) : System
name string
probe IActorRef
return System

ReceiveCommand() protected method

protected ReceiveCommand ( object message ) : bool
message object
return bool

ReceiveRecover() protected method

protected ReceiveRecover ( object message ) : bool
message object
return bool

SendingRecover() protected method

protected SendingRecover ( object message ) : bool
message object
return bool