Interface NetworkServiceGrpc.AsyncService

All Known Implementing Classes:
NetworkServiceGrpc.NetworkServiceImplBase
Enclosing class:
NetworkServiceGrpc

public static interface NetworkServiceGrpc.AsyncService

 Provides cross network APIs like address book queries
 
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    getNodes(AddressBookQuery request, io.grpc.stub.StreamObserver<NodeAddress> responseObserver)
    Query for an address book and return its nodes.
  • Method Details

    • getNodes

      default void getNodes(AddressBookQuery request, io.grpc.stub.StreamObserver<NodeAddress> responseObserver)
       Query for an address book and return its nodes. The nodes are returned in ascending order by node ID. The
       response is not guaranteed to be a byte-for-byte equivalent to the NodeAddress in the Hedera file on
       the network since it is reconstructed from a normalized database table.