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

Inheritance: SnapshottingPersistentActor
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
HandleRecoveryFinishedEventPersistentActor ( string name, IActorRef probe ) : System

Méthodes protégées

Méthode Description
ReceiveCommand ( object message ) : bool
ReceiveRecover ( object message ) : bool
SendingRecover ( object message ) : bool

Method Details

HandleRecoveryFinishedEventPersistentActor() public méthode

public HandleRecoveryFinishedEventPersistentActor ( string name, IActorRef probe ) : System
name string
probe IActorRef
Résultat System

ReceiveCommand() protected méthode

protected ReceiveCommand ( object message ) : bool
message object
Résultat bool

ReceiveRecover() protected méthode

protected ReceiveRecover ( object message ) : bool
message object
Résultat bool

SendingRecover() protected méthode

protected SendingRecover ( object message ) : bool
message object
Résultat bool