Class DiagnosticRepositoryOkHttpImpl

  • All Implemented Interfaces:
    io.nem.sdk.api.DiagnosticRepository

    public class DiagnosticRepositoryOkHttpImpl
    extends AbstractRepositoryOkHttpImpl
    implements io.nem.sdk.api.DiagnosticRepository
    Diagnostic http repository.
    • Constructor Detail

      • DiagnosticRepositoryOkHttpImpl

        public DiagnosticRepositoryOkHttpImpl​(io.nem.sdk.openapi.okhttp_gson.invoker.ApiClient apiClient)
    • Method Detail

      • getBlockchainStorage

        public io.reactivex.Observable<io.nem.sdk.model.blockchain.BlockchainStorageInfo> getBlockchainStorage()
        Get storage info
        Specified by:
        getBlockchainStorage in interface io.nem.sdk.api.DiagnosticRepository
        Returns:
        Observable of BlockchainStorageInfo
      • getServerInfo

        public io.reactivex.Observable<io.nem.sdk.model.blockchain.ServerInfo> getServerInfo()
        Get server info
        Specified by:
        getServerInfo in interface io.nem.sdk.api.DiagnosticRepository
        Returns:
        Observable of ServerInfo
      • getClient

        public io.nem.sdk.openapi.okhttp_gson.api.DiagnosticRoutesApi getClient()