Package akka.routing

Class ResizablePoolActor

  • All Implemented Interfaces:
    Actor

    public class ResizablePoolActor
    extends RouterPoolActor
    INTERNAL API
    • Constructor Detail

      • ResizablePoolActor

        public ResizablePoolActor​(SupervisorStrategy supervisorStrategy)
    • Method Detail

      • 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 interface Actor
        Overrides:
        receive in class RouterPoolActor