RoundRobinGroup Class

A router group that uses round-robin to select a routee. For concurrent calls, round robin is just a best effort. The configuration parameter trumps the constructor arguments. This means that if you provide `paths` during instantiation they will be ignored if the router is defined in the configuration file for the actor being used.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll)

Syntax


public class RoundRobinGroup : Group
Public Class RoundRobinGroup _
	Inherits Group
public ref class RoundRobinGroup : public Group

Inheritance Hierarchy


Object
  Akka.Routing..::..RouterConfig
    Akka.Routing..::..Group
      Akka.Routing..::..RoundRobinGroup