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

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

Public Methods

Method Description
NestedPersistInAsyncEnforcesStashing ( string name, IActorRef probe ) : System

Protected Methods

Method Description
ReceiveCommand ( object message ) : bool

Method Details

NestedPersistInAsyncEnforcesStashing() public method

public NestedPersistInAsyncEnforcesStashing ( string name, IActorRef probe ) : System
name string
probe IActorRef
return System

ReceiveCommand() protected method

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