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)
The newest version!
package com.ecwid.consul.v1;
/**
* @author Vasily Vasilkov ([email protected])
*/
public enum ConsistencyMode {
DEFAULT,
STALE,
CONSISTENT
}