ActorRef actor = routees.get(actorSeq);
public Iterable<Destination> destinationsFor(ActorRef sender,
Object message) {
List<Destination> destinationList = Arrays
.asList(new Destination[] { new Destination(sender,
actor) });
// increment message count
synchronized (this) {
messageCount++;
}