C# Class Akka.TestKit.Internal.InternalTestActorRef.TestActorCell

Inheritance: Akka.Actor.ActorCell
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
TestActorCell ( ActorSystemImpl system, IInternalActorRef self, Props props, MessageDispatcher dispatcher, IInternalActorRef parent ) : System

Méthodes protégées

Méthode Description
AutoReceiveMessage ( Envelope envelope ) : void

Method Details

AutoReceiveMessage() protected méthode

protected AutoReceiveMessage ( Envelope envelope ) : void
envelope Akka.Actor.Envelope
Résultat void

TestActorCell() public méthode

public TestActorCell ( ActorSystemImpl system, IInternalActorRef self, Props props, MessageDispatcher dispatcher, IInternalActorRef parent ) : System
system ActorSystemImpl
self IInternalActorRef
props Props
dispatcher Akka.Dispatch.MessageDispatcher
parent IInternalActorRef
Résultat System