Package akka.routing

Examples of akka.routing.CustomRoute


          new Props(MsgEchoActor.class)));
    }
    // register the list
    routeeProvider.registerRoutees(routees);

    return new CustomRoute() {
      int messageCount = 0;
      int actorSeq = 0;
      ActorRef actor = routees.get(actorSeq);

      public Iterable<Destination> destinationsFor(ActorRef sender,
View Full Code Here

TOP

Related Classes of akka.routing.CustomRoute

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.