All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.quincy.core.zookeeper.ZooKeeperSource Maven / Gradle / Ivy

The newest version!
package com.quincy.core.zookeeper;

import org.apache.zookeeper.ZooKeeper;

public interface ZooKeeperSource {
	public ZooKeeper get() throws Exception;
	public void close();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy