Class SimpleEchoActor
An SimpleEchoActor is an actor that echoes whatever is sent to it, to the Sender
.
Inherited Members
Namespace: Akka.TestKit.TestActors
Assembly: Akka.TestKit.dll
Syntax
public class SimpleEchoActor : ReceiveActor, IInternalActor, IInitializableActor
Constructors
| Improve this Doc View SourceSimpleEchoActor()
TBD
Declaration
public SimpleEchoActor()
Methods
| Improve this Doc View SourceProps()
Returns a Props() object that can be used to create an SimpleEchoActor.
The SimpleEchoActor echoes whatever is sent to it, to the Sender
.
Declaration
public static Props Props()
Returns
Type | Description |
---|---|
Props | TBD |