Class DiagnosticRoutesApiImpl

  • All Implemented Interfaces:
    DiagnosticRoutesApi

    @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2019-11-23T10:26:45.594287+01:00[Europe/Madrid]")
    public class DiagnosticRoutesApiImpl
    extends java.lang.Object
    implements DiagnosticRoutesApi
    • Constructor Detail

      • DiagnosticRoutesApiImpl

        public DiagnosticRoutesApiImpl()
      • DiagnosticRoutesApiImpl

        public DiagnosticRoutesApiImpl​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • 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.
        Specified by:
        getDiagnosticStorage in interface DiagnosticRoutesApi
        Parameters:
        resultHandler - Asynchronous result handler
      • 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.
        Specified by:
        getServerInfo in interface DiagnosticRoutesApi
        Parameters:
        resultHandler - Asynchronous result handler