public class TestActors
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TestActors.BlackholeActor
BlackholeActor does nothing for incoming messages, its like a blackhole.
|
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 |
blackholeProps() |
static Props |
echoActorProps() |
static Props |
forwardActorProps(ActorRef ref) |