Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Class ConsensusServiceGrpc.ConsensusServiceImplBase
java.lang.Object
com.hedera.hashgraph.sdk.proto.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 Hedera Consensus Service (HCS) provides the ability for a Hashgraph to provide aBFT consensus as to the order and validity of messages submitted to a *topic*, as well as a *consensus timestamp* for those messages.
-
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.ConsensusServiceGrpc.AsyncService
createTopic, deleteTopic, getTopicInfo, submitMessage, updateTopic
-
Constructor Details
-
ConsensusServiceImplBase
public ConsensusServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-