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