Package io.vertx.tp.plugin.etcd
Interface Enrol<T>
-
- All Known Implementing Classes:
JArrayEnrol,JObjectEnrol
public interface Enrol<T>Register Center to connect to etcd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tread(String path)Read data from path;io.vertx.core.json.JsonObjectwrite(String path, T entity)Write data to path.
-