maxRetries method
Sets the maximum number of retries
Implementation
VinculumConfigBuilder maxRetries(int count) {
_maxRetries = count;
return this;
}
Sets the maximum number of retries
VinculumConfigBuilder maxRetries(int count) {
_maxRetries = count;
return this;
}