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

Inheritance: ExamplePersistentActor
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
ReplyInEventHandlerActor ( string name ) : System

Méthodes protégées

Méthode Description
ReceiveCommand ( object message ) : bool

Method Details

ReceiveCommand() protected méthode

protected ReceiveCommand ( object message ) : bool
message object
Résultat bool

ReplyInEventHandlerActor() public méthode

public ReplyInEventHandlerActor ( string name ) : System
name string
Résultat System