Package akka.routing
Class ResizablePoolActor
- java.lang.Object
-
- akka.routing.RouterActor
-
- akka.routing.RouterPoolActor
-
- akka.routing.ResizablePoolActor
-
- All Implemented Interfaces:
Actor
public class ResizablePoolActor extends RouterPoolActor
INTERNAL API
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResizablePoolActor.Resize$
-
Nested classes/interfaces inherited from interface akka.actor.Actor
Actor.emptyBehavior$, Actor.ignoringBehavior$
-
-
Constructor Summary
Constructors Constructor Description ResizablePoolActor(SupervisorStrategy supervisorStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit>
receive()
Scala API: This defines the initial actor behavior, it must return a partial function with the actor logic.ResizablePoolCell
resizerCell()
-
Methods inherited from class akka.routing.RouterPoolActor
pool, supervisorStrategy
-
Methods inherited from class akka.routing.RouterActor
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, cell, context, preRestart, routingLogicController, self, stopIfAllRouteesRemoved
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.actor.Actor
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, postRestart, postStop, preStart, sender, unhandled
-
-
-
-
Constructor Detail
-
ResizablePoolActor
public ResizablePoolActor(SupervisorStrategy supervisorStrategy)
-
-
Method Detail
-
resizerCell
public ResizablePoolCell resizerCell()
-
receive
public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
Description copied from interface:Actor
Scala API: This defines the initial actor behavior, it must return a partial function with the actor logic.- Specified by:
receive
in interfaceActor
- Overrides:
receive
in classRouterPoolActor
- Returns:
- (undocumented)
-
-