withRotationStrategy method
Sets the rotation strategy type
This determines how proxies are selected
Implementation
PivoxBuilder withRotationStrategy(RotationStrategyType strategyType) {
_rotationStrategyType = strategyType;
return this;
}
Sets the rotation strategy type
This determines how proxies are selected
PivoxBuilder withRotationStrategy(RotationStrategyType strategyType) {
_rotationStrategyType = strategyType;
return this;
}