This commit is contained in:
Clebert Suconic 2022-03-21 16:50:17 -04:00
commit 7bdb3dc176
1 changed files with 7 additions and 0 deletions

View File

@ -47,6 +47,13 @@ public interface ServerLocator extends AutoCloseable {
*/
boolean isClosed();
/**
* Just kept for compatibility.
*/
@Deprecated
default void disableFinalizeCheck() {
}
/**
* Creates a ClientSessionFactory using whatever load balancing policy is in force
*