C# (CSharp) Akka.Routing RoundRobinRoutingLogic - 2 examples found. These are the top rated real world C# (CSharp) examples of Akka.Routing.RoundRobinRoutingLogic extracted from open source projects. You can rate examples to help us improve the quality of examples.
This class contains logic used by a Router to route a message to a Routee determined using round-robin. This process has the router select from a list of routees in sequential order. When the list has been exhausted, the router iterates again from the beginning of the list. For concurrent calls, round robin is just a best effort.