Class RoundRobinStrategy<T>

java.lang.Object
org.apache.curator.x.discovery.strategies.RoundRobinStrategy<T>
All Implemented Interfaces:
ProviderStrategy<T>

public class RoundRobinStrategy<T> extends Object implements ProviderStrategy<T>
This strategy rotates sequentially through the list of instances
  • Constructor Details

    • RoundRobinStrategy

      public RoundRobinStrategy()
  • Method Details