akka.routing
Interface CustomRoute


public interface CustomRoute

Java API helper for creating a single-destination routing.


Method Summary
 java.lang.Iterable<Destination> destinationsFor(ActorRef sender, java.lang.Object message)
           
 

Method Detail

destinationsFor

java.lang.Iterable<Destination> destinationsFor(ActorRef sender,
                                                java.lang.Object message)