public class Inbox<T>
extends java.lang.Object
| Constructor and Description |
|---|
Inbox(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Inbox<T> |
apply(java.lang.String name) |
boolean |
hasMessages() |
scala.collection.immutable.Seq<T> |
receiveAll() |
T |
receiveMsg() |
ActorRef<T> |
ref() |