Package com.daml.ledger.api.v1
Class TransactionServiceGrpc
- java.lang.Object
 - 
- com.daml.ledger.api.v1.TransactionServiceGrpc
 
 
- 
@Generated(value="by gRPC proto compiler", comments="Source: com/daml/ledger/api/v1/transaction_service.proto") public final class TransactionServiceGrpc extends java.lang.ObjectAllows clients to read transactions from the ledger.
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransactionServiceGrpc.TransactionServiceBlockingStubAllows clients to read transactions from the ledger.static classTransactionServiceGrpc.TransactionServiceFutureStubAllows clients to read transactions from the ledger.static classTransactionServiceGrpc.TransactionServiceImplBaseAllows clients to read transactions from the ledger.static classTransactionServiceGrpc.TransactionServiceStubAllows clients to read transactions from the ledger. 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME 
- 
Method Summary
 
 - 
 
- 
- 
Field Detail
- 
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getGetTransactionsMethod
public static io.grpc.MethodDescriptor<TransactionServiceOuterClass.GetTransactionsRequest,TransactionServiceOuterClass.GetTransactionsResponse> getGetTransactionsMethod()
 
- 
getGetTransactionTreesMethod
public static io.grpc.MethodDescriptor<TransactionServiceOuterClass.GetTransactionsRequest,TransactionServiceOuterClass.GetTransactionTreesResponse> getGetTransactionTreesMethod()
 
- 
getGetTransactionByEventIdMethod
public static io.grpc.MethodDescriptor<TransactionServiceOuterClass.GetTransactionByEventIdRequest,TransactionServiceOuterClass.GetTransactionResponse> getGetTransactionByEventIdMethod()
 
- 
getGetTransactionByIdMethod
public static io.grpc.MethodDescriptor<TransactionServiceOuterClass.GetTransactionByIdRequest,TransactionServiceOuterClass.GetTransactionResponse> getGetTransactionByIdMethod()
 
- 
getGetFlatTransactionByEventIdMethod
public static io.grpc.MethodDescriptor<TransactionServiceOuterClass.GetTransactionByEventIdRequest,TransactionServiceOuterClass.GetFlatTransactionResponse> getGetFlatTransactionByEventIdMethod()
 
- 
getGetFlatTransactionByIdMethod
public static io.grpc.MethodDescriptor<TransactionServiceOuterClass.GetTransactionByIdRequest,TransactionServiceOuterClass.GetFlatTransactionResponse> getGetFlatTransactionByIdMethod()
 
- 
getGetLedgerEndMethod
public static io.grpc.MethodDescriptor<TransactionServiceOuterClass.GetLedgerEndRequest,TransactionServiceOuterClass.GetLedgerEndResponse> getGetLedgerEndMethod()
 
- 
newStub
public static TransactionServiceGrpc.TransactionServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service 
- 
newBlockingStub
public static TransactionServiceGrpc.TransactionServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service 
- 
newFutureStub
public static TransactionServiceGrpc.TransactionServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service 
- 
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
 
 - 
 
 -