Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Class NetworkServiceGrpc.NetworkServiceImplBase
java.lang.Object
com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.NetworkServiceImplBase
- All Implemented Interfaces:
NetworkServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
NetworkServiceGrpc
public abstract static class NetworkServiceGrpc.NetworkServiceImplBase
extends Object
implements io.grpc.BindableService, NetworkServiceGrpc.AsyncService
Base class for the server implementation of the service NetworkService.
Basic "network information" queries. This service supports queries for the active services and API versions, and a query for account details.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc.AsyncService
getAccountDetails, getExecutionTime, getVersionInfo, uncheckedSubmit
-
Constructor Details
-
NetworkServiceImplBase
public NetworkServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-