Interface ClientRetryPolicy

    • Method Detail

      • shouldRetry

        boolean shouldRetry​(ClientRetryPolicyContext context)
        Gets a value indicating whether a client operation that has failed due to a connection issue should be retried.
        Parameters:
        context - Context.
        Returns:
        true if the operation should be retried on another connection, false otherwise.