
com.github.panhongan.util.zookeeper.SessionHoldable Maven / Gradle / Ivy
package com.github.panhongan.util.zookeeper;
import org.apache.zookeeper.ZooKeeper;
public interface SessionHoldable {
public void set(ZooKeeper zk);
public ZooKeeper get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy