
com.github.phantomthief.zookeeper.util.EphemeralNode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zkconfig-resources Show documentation
Show all versions of zkconfig-resources Show documentation
A ZooKeeper based configuration resources holder
The newest version!
package com.github.phantomthief.zookeeper.util;
import javax.annotation.Nonnull;
/**
* @author w.vela
* Created on 2017-11-04.
*/
public interface EphemeralNode extends AutoCloseable { // just for alias
void updateValue(@Nonnull byte[] value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy