lukasz-antoniak commented on code in PR #1949:
URL: 
https://github.com/apache/cassandra-java-driver/pull/1949#discussion_r1738385801


##########
core/src/main/java/com/datastax/oss/driver/api/core/tracker/RequestTracker.java:
##########
@@ -36,38 +37,147 @@
 public interface RequestTracker extends AutoCloseable {
 
   /**
-   * @deprecated This method only exists for backward compatibility. Override 
{@link
-   *     #onSuccess(Request, long, DriverExecutionProfile, Node, String)} 
instead.
+   * Invoked each time a request succeeds.

Review Comment:
   I have reordered methods in the interface, so that most recent versions of 
all distinct methods are placed first. This shall give a better view on their 
current state.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to