com.ecwid.consul.v1.ConsistencyMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of consul-api Show documentation
Show all versions of consul-api Show documentation
Java client for Consul HTTP API (http://consul.io)
package com.ecwid.consul.v1;
/**
* @author Vasily Vasilkov ([email protected])
*/
public enum ConsistencyMode {
DEFAULT,
STALE,
CONSISTENT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy