Package org.jibenakka.routing

Examples of org.jibenakka.routing.WorkLoadBalancer


  public WorkerFactory(ActorRef[] workers){
    this.workers = workers;
  }

  public UntypedActor create() {
    return new WorkLoadBalancer(workers);
  }
View Full Code Here

TOP

Related Classes of org.jibenakka.routing.WorkLoadBalancer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.