mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-22 02:05:13 +00:00
This closes #3994
This commit is contained in:
commit
7bdb3dc176
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user