com.englishtown.vertx.zookeeper.builders.Pathable Maven / Gradle / Ivy
package com.englishtown.vertx.zookeeper.builders;
/**
* A pathable operation builder
*/
public interface Pathable {
T forPath(String path);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy