Class NodeRoutesApiImpl

  • All Implemented Interfaces:
    NodeRoutesApi

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ApiClient getApiClient()  
      void getNodeInfo​(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeInfoDTO>> resultHandler)
      Get the node information Supplies additional information about the application running on a node.
      void getNodeTime​(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeTimeDTO>> resultHandler)
      Get the node time Gets the node time at the moment the reply was sent and received.
      void setApiClient​(ApiClient apiClient)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeRoutesApiImpl

        public NodeRoutesApiImpl()
      • NodeRoutesApiImpl

        public NodeRoutesApiImpl​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • getNodeInfo

        public void getNodeInfo​(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeInfoDTO>> resultHandler)
        Get the node information Supplies additional information about the application running on a node.
        Specified by:
        getNodeInfo in interface NodeRoutesApi
        Parameters:
        resultHandler - Asynchronous result handler
      • getNodeTime

        public void getNodeTime​(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeTimeDTO>> resultHandler)
        Get the node time Gets the node time at the moment the reply was sent and received.
        Specified by:
        getNodeTime in interface NodeRoutesApi
        Parameters:
        resultHandler - Asynchronous result handler