Class EtcdData


  • public class EtcdData
    extends Object
    • Method Detail

      • enabled

        public static boolean enabled()
        Whether Etcd Enabled.
        Returns:
        predicated result
      • getClient

        public mousio.etcd4j.EtcdClient getClient()
      • getConfig

        public io.vertx.core.json.JsonArray getConfig()
      • getApplication

        public String getApplication()
      • delete

        public boolean delete​(String path)
      • write

        public <T> io.vertx.core.json.JsonObject write​(String path,
                                                       T data,
                                                       int ttl)