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 Details

    • ConsensusServiceImplBase

      public ConsensusServiceImplBase()
  • Method Details

    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService