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

com.github.phantomthief.zookeeper.util.EphemeralNode Maven / Gradle / Ivy

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