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

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

Public Methods

Method Description
BehaviorTwoActor ( string name ) : System

Protected Methods

Method Description
ReceiveCommand ( object message ) : bool
Receiver ( object message ) : bool

Method Details

BehaviorTwoActor() public method

public BehaviorTwoActor ( string name ) : System
name string
return System

ReceiveCommand() protected method

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

Receiver() protected method

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