public class RouterPoolActor extends RouterActor
Actor.emptyBehavior$, Actor.ignoringBehavior$
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, context, preRestart, routingLogicController, self, stopIfAllRouteesRemoved
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, postRestart, postStop, preStart, sender, unhandled
public RouterPoolActor(SupervisorStrategy supervisorStrategy)
public SupervisorStrategy supervisorStrategy()
Actor
public Pool pool()
public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
Actor
receive
in interface Actor
receive
in class RouterActor