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

Inheritance: Akka.Actor.ActorCell
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

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

Protected Methods

Method Description
AutoReceiveMessage ( Envelope envelope ) : void

Method Details

AutoReceiveMessage() protected method

protected AutoReceiveMessage ( Envelope envelope ) : void
envelope Akka.Actor.Envelope
return void

TestActorCell() public method

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
return System