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 akka.actor.Props |
echoActorProps() |
static akka.actor.Props |
forwardActorProps(akka.actor.ActorRef ref) |