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

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
ReceiveRecover ( object message ) : bool

Private Methods

Méthode Description
BecomingCommand ( object message ) : bool
BecomingRecover ( object message ) : bool

Method Details

ReceiveRecover() protected méthode

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

SnapshottingBecomingPersistentActor() public méthode

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