Package com.daml.ledger.api.v1
Class TransactionServiceGrpc.TransactionServiceImplBase
- java.lang.Object
-
- com.daml.ledger.api.v1.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 Summary
Constructors Constructor Description TransactionServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.daml.ledger.api.v1.TransactionServiceGrpc.AsyncService
getFlatTransactionByEventId, getFlatTransactionById, getLatestPrunedOffsets, getLedgerEnd, getTransactionByEventId, getTransactionById, getTransactions, getTransactionTrees
-
-