C# Класс Akka.TestKit.Internal.InternalTestActorRef.TestActorCell

Наследование: Akka.Actor.ActorCell
Показать файл Открыть проект

Открытые методы

Метод Описание
TestActorCell ( ActorSystemImpl system, IInternalActorRef self, Props props, MessageDispatcher dispatcher, IInternalActorRef parent ) : System

Защищенные методы

Метод Описание
AutoReceiveMessage ( Envelope envelope ) : void

Описание методов

AutoReceiveMessage() защищенный Метод

protected AutoReceiveMessage ( Envelope envelope ) : void
envelope Akka.Actor.Envelope
Результат void

TestActorCell() публичный Метод

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
Результат System