public interface Enrol<T>
Register Center to connect to etcd
| Modifier and Type | Method and Description |
|---|---|
T |
read(String path)
Read data from path;
|
io.vertx.core.json.JsonObject |
write(String path,
T entity)
Write data to path.
|
Copyright © 2021. All rights reserved.