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

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

Méthodes publiques

Méthode Description
DeeplyNestedPersistAsyncs ( string name, int maxDepth, IActorRef probe ) : System

Méthodes protégées

Méthode Description
ReceiveCommand ( object message ) : bool

Private Methods

Méthode Description
WeMustGoDeeper ( string dWithDepth ) : void

Method Details

DeeplyNestedPersistAsyncs() public méthode

public DeeplyNestedPersistAsyncs ( string name, int maxDepth, IActorRef probe ) : System
name string
maxDepth int
probe IActorRef
Résultat System

ReceiveCommand() protected méthode

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