withRotationStrategy method

PivoxBuilder withRotationStrategy(
  1. RotationStrategyType strategyType
)

Sets the rotation strategy type

This determines how proxies are selected

Implementation

PivoxBuilder withRotationStrategy(RotationStrategyType strategyType) {
  _rotationStrategyType = strategyType;
  return this;
}