public final class RetryReaderOptions extends Object
RetryReaderOptions
contains properties which help a RetryReader
determine when to retry.Modifier and Type | Field and Description |
---|---|
int |
maxRetryRequests
Specifies the maximum number of additional HTTP Get requests that will be made while reading the data from a
RetryReader . |
Constructor and Description |
---|
RetryReaderOptions() |
public int maxRetryRequests
RetryReader
. Note that if no initial response is provided, the RetryReader
will call the getter
to obtain an initial response to read from; this initial response does not count as a retry. A value of 0
is the default and means that no additional HTTP requests will be made once the initial request has been made or
provided.This documentation was released into the public domain.