withRetryOptions method

Client withRetryOptions(
  1. RetryOptions options
)

Returns a new Client instance with the specified RetryOptions.

Implementation

Client withRetryOptions(RetryOptions options) {
  return Client._create(_pool, _options.withRetryOptions(options));
}