public interface ClientRetryPolicy extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
shouldRetry(ClientRetryPolicyContext context)
Gets a value indicating whether a client operation that has failed due to a connection issue should be retried.
|
boolean shouldRetry(ClientRetryPolicyContext context)
context
- Context.true
if the operation should be retried on another connection, false
otherwise.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024