Class NodeRoutesApi


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-01-01T18:24:23.294947664-03:00[America/Argentina/Buenos_Aires]")
    public class NodeRoutesApi
    extends java.lang.Object
    • Constructor Detail

      • NodeRoutesApi

        public NodeRoutesApi​(NodeRoutesApi delegate)
    • Method Detail

      • 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.
        Parameters:
        resultHandler - Asynchronous result handler
      • rxGetNodeInfo

        public rx.Single<NodeInfoDTO> rxGetNodeInfo()
        Get the node information Supplies additional information about the application running on a node.
        Returns:
        Asynchronous result handler (RxJava Single)
      • 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.
        Parameters:
        resultHandler - Asynchronous result handler
      • rxGetNodeTime

        public rx.Single<NodeTimeDTO> rxGetNodeTime()
        Get the node time Gets the node time at the moment the reply was sent and received.
        Returns:
        Asynchronous result handler (RxJava Single)