public class ResizablePoolActor extends RouterPoolActor
Modifier and Type | Class and Description |
---|---|
static class |
ResizablePoolActor.Resize$ |
Actor.emptyBehavior$, Actor.ignoringBehavior$
Constructor and Description |
---|
ResizablePoolActor(SupervisorStrategy supervisorStrategy) |
Modifier and Type | Method and Description |
---|---|
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.
|
ResizablePoolCell |
resizerCell() |
pool, supervisorStrategy
cell, preRestart, routingLogicController, stopIfAllRouteesRemoved
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preStart, self, sender, unhandled
public ResizablePoolActor(SupervisorStrategy supervisorStrategy)
public ResizablePoolCell resizerCell()
public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
Actor
receive
in interface Actor
receive
in class RouterPoolActor