Class TransactionServiceGrpc.TransactionServiceImplBase

  • All Implemented Interfaces:
    TransactionServiceGrpc.AsyncService, io.grpc.BindableService
    Enclosing class:
    TransactionServiceGrpc

    public abstract static class TransactionServiceGrpc.TransactionServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService, TransactionServiceGrpc.AsyncService
    Base class for the server implementation of the service TransactionService.
     Allows clients to read transactions from the ledger.
     In V2 Ledger API this service is not available anymore. Use v2.UpdateService instead.
     
    • Constructor Detail

      • TransactionServiceImplBase

        public TransactionServiceImplBase()
    • Method Detail

      • bindService

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