Class DiagnosticRoutesApi
- java.lang.Object
-
- io.nem.sdk.openapi.vertx.api.rxjava.DiagnosticRoutesApi
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-11-23T10:26:45.594287+01:00[Europe/Madrid]") public class DiagnosticRoutesApi extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DiagnosticRoutesApi(DiagnosticRoutesApi delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DiagnosticRoutesApigetDelegate()voidgetDiagnosticStorage(io.vertx.core.Handler<io.vertx.core.AsyncResult<StorageInfoDTO>> resultHandler)Get the storage information of the node Returns diagnostic information about the node storage.voidgetServerInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<ServerInfoDTO>> resultHandler)Get the version of the running rest component Returns the version of the running catapult-rest component.static DiagnosticRoutesApinewInstance(DiagnosticRoutesApi arg)rx.Single<StorageInfoDTO>rxGetDiagnosticStorage()Get the storage information of the node Returns diagnostic information about the node storage.rx.Single<ServerInfoDTO>rxGetServerInfo()Get the version of the running rest component Returns the version of the running catapult-rest component.
-
-
-
Constructor Detail
-
DiagnosticRoutesApi
public DiagnosticRoutesApi(DiagnosticRoutesApi delegate)
-
-
Method Detail
-
getDelegate
public DiagnosticRoutesApi getDelegate()
-
getDiagnosticStorage
public void getDiagnosticStorage(io.vertx.core.Handler<io.vertx.core.AsyncResult<StorageInfoDTO>> resultHandler)
Get the storage information of the node Returns diagnostic information about the node storage.- Parameters:
resultHandler- Asynchronous result handler
-
rxGetDiagnosticStorage
public rx.Single<StorageInfoDTO> rxGetDiagnosticStorage()
Get the storage information of the node Returns diagnostic information about the node storage.- Returns:
- Asynchronous result handler (RxJava Single)
-
getServerInfo
public void getServerInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<ServerInfoDTO>> resultHandler)
Get the version of the running rest component Returns the version of the running catapult-rest component.- Parameters:
resultHandler- Asynchronous result handler
-
rxGetServerInfo
public rx.Single<ServerInfoDTO> rxGetServerInfo()
Get the version of the running rest component Returns the version of the running catapult-rest component.- Returns:
- Asynchronous result handler (RxJava Single)
-
newInstance
public static DiagnosticRoutesApi newInstance(DiagnosticRoutesApi arg)
-
-