Interface NodeInfoApi

All Known Implementing Classes:
NodeInfoApiImpl

public interface NodeInfoApi
  • Method Summary

    Modifier and Type Method Description
    void getNetworkStatus​(java.lang.Boolean intAsString, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.Map<java.lang.String,​PeerDetails>>> handler)  
    void getNodeBeneficiary​(io.vertx.core.Handler<io.vertx.core.AsyncResult<PubKey>> handler)  
    void getNodePubkey​(java.lang.Boolean intAsString, io.vertx.core.Handler<io.vertx.core.AsyncResult<PubKey>> handler)  
    void getPeerPubkey​(java.lang.Boolean intAsString, io.vertx.core.Handler<io.vertx.core.AsyncResult<PeerPubKey>> handler)  
    void getPeers​(java.lang.Boolean intAsString, io.vertx.core.Handler<io.vertx.core.AsyncResult<Peers>> handler)  
    void getStatus​(java.lang.Boolean intAsString, io.vertx.core.Handler<io.vertx.core.AsyncResult<Status>> handler)  
  • Method Details

    • getNetworkStatus

      void getNetworkStatus​(java.lang.Boolean intAsString, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.Map<java.lang.String,​PeerDetails>>> handler)
    • getNodeBeneficiary

      void getNodeBeneficiary​(io.vertx.core.Handler<io.vertx.core.AsyncResult<PubKey>> handler)
    • getNodePubkey

      void getNodePubkey​(java.lang.Boolean intAsString, io.vertx.core.Handler<io.vertx.core.AsyncResult<PubKey>> handler)
    • getPeerPubkey

      void getPeerPubkey​(java.lang.Boolean intAsString, io.vertx.core.Handler<io.vertx.core.AsyncResult<PeerPubKey>> handler)
    • getPeers

      void getPeers​(java.lang.Boolean intAsString, io.vertx.core.Handler<io.vertx.core.AsyncResult<Peers>> handler)
    • getStatus

      void getStatus​(java.lang.Boolean intAsString, io.vertx.core.Handler<io.vertx.core.AsyncResult<Status>> handler)