Package io.nem.sdk.openapi.vertx.api
Interface DiagnosticRoutesApi
-
- All Known Implementing Classes:
DiagnosticRoutesApiImpl
public interface DiagnosticRoutesApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgetDiagnosticStorage(io.vertx.core.Handler<io.vertx.core.AsyncResult<StorageInfoDTO>> handler)voidgetServerInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<ServerInfoDTO>> handler)
-
-
-
Method Detail
-
getDiagnosticStorage
void getDiagnosticStorage(io.vertx.core.Handler<io.vertx.core.AsyncResult<StorageInfoDTO>> handler)
-
getServerInfo
void getServerInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<ServerInfoDTO>> handler)
-
-