Class EventStreamActor
Class EventStreamActor.
Implements
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class EventStreamActor : ActorBase, IInternalActor
Methods
| Edit this page View SourceReceive(object)
Processor for user defined messages.
Declaration
protected override bool Receive(object message)
Parameters
| Type | Name | Description |
|---|---|---|
| object | message | The message. |
Returns
| Type | Description |
|---|---|
| bool | TBD |
Edit this page