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