Constructor
new FallthroughRetryPolicy()
Creates a new instance of FallthroughRetryPolicy.
Extends:
- RetryPolicy
- Source:
Extends
- RetryPolicy
Methods
onReadTimeout()
Implementation of RetryPolicy method that returns rethrow.
- Source:
onRequestError()
Implementation of RetryPolicy method that returns rethrow.
- Source:
onUnavailable()
Implementation of RetryPolicy method that returns rethrow.
- Source:
onWriteTimeout()
Implementation of RetryPolicy method that returns rethrow.
- Source: