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

com.englishtown.vertx.zookeeper.builders.ExistsBuilder Maven / Gradle / Ivy

The newest version!
package com.englishtown.vertx.zookeeper.builders;

/**
 * ZooKeeper operation builder to check a z-node existence
 */
public interface ExistsBuilder extends
        ZooKeeperOperationBuilder,
        Pathable,
        Watchable {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy