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 |
|---|---|
protected static void |
akka$actor$Actor$_setter_$context_$eq(ActorContext x$1) |
protected static void |
akka$actor$Actor$_setter_$self_$eq(ActorRef x$1) |
protected static void |
aroundPostRestart(java.lang.Throwable reason) |
protected static void |
aroundPostStop() |
protected static void |
aroundPreRestart(java.lang.Throwable reason,
scala.Option<java.lang.Object> message) |
protected static void |
aroundPreStart() |
protected static void |
aroundReceive(scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive,
java.lang.Object msg) |
static RoutedActorCell |
cell() |
static ActorContext |
context() |
static Pool |
pool() |
static void |
postRestart(java.lang.Throwable reason) |
static void |
postStop() |
static void |
preRestart(java.lang.Throwable cause,
scala.Option<java.lang.Object> msg) |
static void |
preStart() |
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() |
static scala.Option<ActorRef> |
routingLogicController() |
static ActorRef |
self() |
static ActorRef |
sender() |
static void |
stopIfAllRouteesRemoved() |
static SupervisorStrategy |
supervisorStrategy() |
static void |
unhandled(java.lang.Object message) |
pool, supervisorStrategycell, context, preRestart, routingLogicController, self, stopIfAllRouteesRemovedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, postRestart, postStop, preStart, sender, unhandledpublic ResizablePoolActor(SupervisorStrategy supervisorStrategy)
public static final ActorRef sender()
protected static void aroundReceive(scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive,
java.lang.Object msg)
protected static void aroundPreStart()
protected static void aroundPostStop()
protected static void aroundPreRestart(java.lang.Throwable reason,
scala.Option<java.lang.Object> message)
protected static void aroundPostRestart(java.lang.Throwable reason)
public static void preStart()
throws java.lang.Exception
java.lang.Exceptionpublic static void postStop()
throws java.lang.Exception
java.lang.Exceptionpublic static void postRestart(java.lang.Throwable reason)
throws java.lang.Exception
java.lang.Exceptionpublic static void unhandled(java.lang.Object message)
public static RoutedActorCell cell()
public static scala.Option<ActorRef> routingLogicController()
public static void stopIfAllRouteesRemoved()
public static void preRestart(java.lang.Throwable cause,
scala.Option<java.lang.Object> msg)
public static ActorContext context()
public static final ActorRef self()
protected static void akka$actor$Actor$_setter_$context_$eq(ActorContext x$1)
protected static final void akka$actor$Actor$_setter_$self_$eq(ActorRef x$1)
public static SupervisorStrategy supervisorStrategy()
public static Pool pool()
public ResizablePoolCell resizerCell()
public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
Actorreceive in interface Actorreceive in class RouterPoolActor