Class NodeRoutesApi
- java.lang.Object
-
- io.nem.sdk.openapi.vertx.api.rxjava.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 Summary
Constructors Constructor Description NodeRoutesApi(NodeRoutesApi delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeRoutesApigetDelegate()voidgetNodeInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<NodeInfoDTO>> resultHandler)Get the node information Supplies additional information about the application running on a node.voidgetNodeTime(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.static NodeRoutesApinewInstance(NodeRoutesApi arg)rx.Single<NodeInfoDTO>rxGetNodeInfo()Get the node information Supplies additional information about the application running on a node.rx.Single<NodeTimeDTO>rxGetNodeTime()Get the node time Gets the node time at the moment the reply was sent and received.
-
-
-
Constructor Detail
-
NodeRoutesApi
public NodeRoutesApi(NodeRoutesApi delegate)
-
-
Method Detail
-
getDelegate
public NodeRoutesApi getDelegate()
-
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)
-
newInstance
public static NodeRoutesApi newInstance(NodeRoutesApi arg)
-
-