Class RandomStrategy

All Implemented Interfaces:
FailoverStrategy

public class RandomStrategy extends AbstractStaticFailoverStrategy
Failover strategy based on a randomized walk through the static cluster represented by multiple endpoints associated with the same service instance.
  • Constructor Details

    • RandomStrategy

      public RandomStrategy()
      Constructor.
  • Method Details