public interface NodeRoutesApi
| Modifier and Type | Method and Description |
|---|---|
void |
getNodeHealth(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeHealthInfoDTO>> handler) |
void |
getNodeInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeInfoDTO>> handler) |
void |
getNodePeers(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<NodeInfoDTO>>> handler) |
void |
getNodeStorage(io.vertx.core.Handler<io.vertx.core.AsyncResult<StorageInfoDTO>> handler) |
void |
getNodeTime(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeTimeDTO>> handler) |
void |
getServerInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<ServerInfoDTO>> handler) |
void getNodeHealth(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeHealthInfoDTO>> handler)
void getNodeInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeInfoDTO>> handler)
void getNodePeers(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<NodeInfoDTO>>> handler)
void getNodeStorage(io.vertx.core.Handler<io.vertx.core.AsyncResult<StorageInfoDTO>> handler)
void getNodeTime(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeTimeDTO>> handler)
void getServerInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<ServerInfoDTO>> handler)