Module com.hedera.hashgraph.sdk
Class ConsensusServiceGrpc.ConsensusServiceImplBase
java.lang.Object
com.hedera.hashgraph.sdk.proto.mirror.ConsensusServiceGrpc.ConsensusServiceImplBase
- All Implemented Interfaces:
ConsensusServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
ConsensusServiceGrpc
public abstract static class ConsensusServiceGrpc.ConsensusServiceImplBase
extends Object
implements io.grpc.BindableService, ConsensusServiceGrpc.AsyncService
Base class for the server implementation of the service ConsensusService.
The Mirror Service provides the ability to query a stream of Hedera Consensus Service (HCS) messages for an HCS Topic via a specific (possibly open-ended) time range.
-
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.mirror.ConsensusServiceGrpc.AsyncService
subscribeTopic
-
Constructor Details
-
ConsensusServiceImplBase
public ConsensusServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-