ConstantRetryPolicy constructor
Default constructor for ConstantRetryPolicy.
Params:
- maxRetries: the maximum number of retries.
- delayInSeconds: the time interval between retries in seconds.
Implementation
factory ConstantRetryPolicy
Default constructor for ConstantRetryPolicy.
Params:
factory ConstantRetryPolicy