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