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

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

Public Methods

Method Description
DeeplyNestedPersists ( string name, int maxDepth, IActorRef probe ) : System

Protected Methods

Method Description
ReceiveCommand ( object message ) : bool

Private Methods

Method Description
WeMustGoDeeper ( string dWithDepth ) : void

Method Details

DeeplyNestedPersists() public method

public DeeplyNestedPersists ( string name, int maxDepth, IActorRef probe ) : System
name string
maxDepth int
probe IActorRef
return System

ReceiveCommand() protected method

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