Class RoundRobinKrouter

All Implemented Interfaces:
java.io.Serializable, java.util.concurrent.Executor, Monitorable, RemotedActor, ServingActor

public class RoundRobinKrouter
extends HotColdFailoverKrouter<RoundRobinKrouter>
A load balancing Krouter. Forwards round robin. Enables dynamic scaling of a service. Clients of stateful services stick to initially connected instance (unless this fails)
See Also:
Serialized Form