Actor.emptyBehavior$| Constructor and Description |
|---|
CollectRouteeRefs(scala.collection.immutable.IndexedSeq<Routee> routees,
ActorRef replyTo) |
| Modifier and Type | Method and Description |
|---|---|
scala.collection.immutable.Vector<ActorRef> |
collected() |
int |
count() |
void |
done() |
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
receive()
This defines the initial actor behavior, it must return a partial function
with the actor logic.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, preStart, self, sender, supervisorStrategy, unhandledpublic scala.collection.immutable.Vector<ActorRef> collected()
public int count()
public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
Actorpublic void done()