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

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

Public Methods

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

Protected Methods

Method Description
ReceiveCommand ( object message ) : bool

Method Details

MultipleAndNestedPersists() public method

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

ReceiveCommand() protected method

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