public class TestActors
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestActors.EchoActor
EchoActor sends back received messages (unmodified).
|
static class |
TestActors.ForwardActor
ForwardActor forwards all messages as-is to specified ActorRef.
|
| Constructor and Description |
|---|
TestActors() |
| Modifier and Type | Method and Description |
|---|---|
static Props |
echoActorProps() |
static Props |
forwardActorProps(ActorRef ref) |