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

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

Méthodes publiques

Méthode Description
DeeplyNestedPersists ( 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

DeeplyNestedPersists() public méthode

public DeeplyNestedPersists ( 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