client/src/main/java/org/apache/cassandra/sidecar/client/retry/NoRetryPolicy.java [37:44]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @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 [884:891]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                         @Override
                                         public void onResponse(CompletableFuture<HttpResponse> responseFuture,
                                                                Request request,
                                                                HttpResponse response,
                                                                Throwable throwable,
                                                                int attempts,
                                                                boolean canRetryOnADifferentHost,
                                                                RetryAction retryAction)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



