com.englishtown.vertx.zookeeper.builders.ACLable Maven / Gradle / Ivy
package com.englishtown.vertx.zookeeper.builders;
import org.apache.zookeeper.data.ACL;
import java.util.List;
/**
* An operation builder with ACLs
*/
public interface ACLable {
T withACL(List aclList);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy