Class EmptyActor
Implements
Inherited Members
Namespace: Akka.Tests.Serialization
Assembly: Akka.Serialization.TestKit.dll
Syntax
public class EmptyActor : UntypedActor, IInternalActor
Methods
| 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. |