akka.routing
Class ResizablePoolActor

java.lang.Object
  extended by akka.routing.RouterActor
      extended by akka.routing.RouterPoolActor
          extended by akka.routing.ResizablePoolActor
All Implemented Interfaces:
Actor

public class ResizablePoolActor
extends RouterPoolActor

INTERNAL API


Nested Class Summary
static class ResizablePoolActor.Resize$
           
 
Nested classes/interfaces inherited from interface akka.actor.Actor
Actor.emptyBehavior$
 
Constructor Summary
ResizablePoolActor(SupervisorStrategy supervisorStrategy)
           
 
Method Summary
 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()
           
 
Methods inherited from class akka.routing.RouterPoolActor
pool, supervisorStrategy
 
Methods inherited from class akka.routing.RouterActor
cell, preRestart, routingLogicController, 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, context, postRestart, postStop, preStart, self, 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
This defines the initial actor behavior, it must return a partial function with the actor logic.

Specified by:
receive in interface Actor
Overrides:
receive in class RouterPoolActor
Returns:
(undocumented)