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

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

Public Methods

Method Description
ReplyInEventHandlerActor ( string name ) : System

Protected Methods

Method Description
ReceiveCommand ( object message ) : bool

Method Details

ReceiveCommand() protected method

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

ReplyInEventHandlerActor() public method

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