public final class RequestRetryFactory
extends java.lang.Object
implements com.microsoft.rest.v2.policy.RequestPolicyFactory
Constructor and Description |
---|
RequestRetryFactory(RequestRetryOptions requestRetryOptions)
Creates a factory capable of generating RequestRetry policies for the
HttpPipeline . |
Modifier and Type | Method and Description |
---|---|
com.microsoft.rest.v2.policy.RequestPolicy |
create(com.microsoft.rest.v2.policy.RequestPolicy next,
com.microsoft.rest.v2.policy.RequestPolicyOptions options) |
public RequestRetryFactory(RequestRetryOptions requestRetryOptions)
HttpPipeline
.requestRetryOptions
- A RequestRetryOptions
object configuring this factory and all its resultant policies.