C# Class Akka.Tests.Actor.DeathWatchSpec.EchoActor

Used for testing Ask / reply behaviors
Inheritance: Akka.Actor.UntypedActor
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

Method Description
EchoActor ( IActorRef testActorRef ) : System

Protected Methods

Method Description
OnReceive ( object message ) : void

Method Details

EchoActor() public method

public EchoActor ( IActorRef testActorRef ) : System
testActorRef IActorRef
return System

OnReceive() protected method

protected OnReceive ( object message ) : void
message object
return void