public class RouterPoolActor extends RouterActor
Actor.emptyBehavior$| Constructor and Description |
|---|
RouterPoolActor(SupervisorStrategy supervisorStrategy) |
| Modifier and Type | Method and Description |
|---|---|
Pool |
pool() |
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.
|
SupervisorStrategy |
supervisorStrategy()
User overridable definition the strategy to use for supervising
child actors.
|
cell, preRestart, routingLogicController, stopIfAllRouteesRemovedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preStart, self, sender, unhandledpublic RouterPoolActor(SupervisorStrategy supervisorStrategy)
public SupervisorStrategy supervisorStrategy()
Actorpublic Pool pool()
public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
Actorreceive in interface Actorreceive in class RouterActor