Class EmptyActor
Implements
Inherited Members
Namespace: Akka.Tests.Serialization
Assembly: Akka.Serialization.TestKit.dll
Syntax
public class EmptyActor : UntypedActor, IInternalActorMethods
| Edit this page View SourceOnReceive(object)
To be implemented by concrete UntypedActor, this defines the behavior of the UntypedActor. This method is called for every message received by the actor.
Declaration
protected override void OnReceive(object message)Parameters
| Type | Name | Description | 
|---|---|---|
| object | message | The message. | 
 Edit this page
Edit this page