Class 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
    • Method Detail

      • 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)