client/src/main/java/org/apache/cassandra/sidecar/client/retry/IgnoreConflictRetryPolicy.java [55:62]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @Override
    public void onResponse(CompletableFuture<HttpResponse> responseFuture,
                           Request request,
                           HttpResponse response,
                           Throwable throwable,
                           int attempts,
                           boolean canRetryOnADifferentHost,
                           RetryAction retryAction)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



client/src/testFixtures/java/org/apache/cassandra/sidecar/client/SidecarClientTest.java [1415:1422]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                  @Override
                  public void onResponse(CompletableFuture<HttpResponse> responseFuture,
                                         Request request,
                                         HttpResponse response,
                                         Throwable throwable,
                                         int attempts,
                                         boolean canRetryOnADifferentHost,
                                         RetryAction retryAction)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



