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

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

There is a newer version: 2.1.1
Show newest version
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