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.Object
Allows clients to read transactions from the ledger. In V2 Ledger API this service is not available anymore. Use v2.UpdateService instead.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TransactionServiceGrpc.AsyncService
Allows clients to read transactions from the ledger.static class
TransactionServiceGrpc.TransactionServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service TransactionService.static class
TransactionServiceGrpc.TransactionServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service TransactionService.static class
TransactionServiceGrpc.TransactionServiceImplBase
Base class for the server implementation of the service TransactionService.static class
TransactionServiceGrpc.TransactionServiceStub
A stub to allow clients to do asynchronous rpc calls to service TransactionService.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERVICE_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()
-
getGetLatestPrunedOffsetsMethod
public static io.grpc.MethodDescriptor<TransactionServiceOuterClass.GetLatestPrunedOffsetsRequest,TransactionServiceOuterClass.GetLatestPrunedOffsetsResponse> getGetLatestPrunedOffsetsMethod()
-
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
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(TransactionServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-