
com.englishtown.vertx.curator.MatchBehavior Maven / Gradle / Ivy
package com.englishtown.vertx.curator;
/**
*/
public enum MatchBehavior {
/** Means the ConfiguratorHelper will return the first znode that matches the path **/
FIRST,
/** Means the ConfiguratorHelper will return the first znode that matches the path and has a non-null value **/
FIRST_NOTNULL
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy