Package com.daml.ledger.api.v1
Class CommandServiceGrpc
- java.lang.Object
-
- com.daml.ledger.api.v1.CommandServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: com/daml/ledger/api/v1/command_service.proto") public final class CommandServiceGrpc extends java.lang.Object
Command Service is able to correlate submitted commands with completion data, identify timeouts, and return contextual information with each tracking result. This supports the implementation of stateless clients. Note that submitted commands generally produce completion events as well, even in case a command gets rejected. For example, the participant MAY choose to produce a completion event for a rejection of a duplicate command.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CommandServiceGrpc.CommandServiceBlockingStub
Command Service is able to correlate submitted commands with completion data, identify timeouts, and return contextual information with each tracking result.static class
CommandServiceGrpc.CommandServiceFutureStub
Command Service is able to correlate submitted commands with completion data, identify timeouts, and return contextual information with each tracking result.static class
CommandServiceGrpc.CommandServiceImplBase
Command Service is able to correlate submitted commands with completion data, identify timeouts, and return contextual information with each tracking result.static class
CommandServiceGrpc.CommandServiceStub
Command Service is able to correlate submitted commands with completion data, identify timeouts, and return contextual information with each tracking result.
-
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
-
getSubmitAndWaitMethod
public static io.grpc.MethodDescriptor<CommandServiceOuterClass.SubmitAndWaitRequest,com.google.protobuf.Empty> getSubmitAndWaitMethod()
-
getSubmitAndWaitForTransactionIdMethod
public static io.grpc.MethodDescriptor<CommandServiceOuterClass.SubmitAndWaitRequest,CommandServiceOuterClass.SubmitAndWaitForTransactionIdResponse> getSubmitAndWaitForTransactionIdMethod()
-
getSubmitAndWaitForTransactionMethod
public static io.grpc.MethodDescriptor<CommandServiceOuterClass.SubmitAndWaitRequest,CommandServiceOuterClass.SubmitAndWaitForTransactionResponse> getSubmitAndWaitForTransactionMethod()
-
getSubmitAndWaitForTransactionTreeMethod
public static io.grpc.MethodDescriptor<CommandServiceOuterClass.SubmitAndWaitRequest,CommandServiceOuterClass.SubmitAndWaitForTransactionTreeResponse> getSubmitAndWaitForTransactionTreeMethod()
-
newStub
public static CommandServiceGrpc.CommandServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CommandServiceGrpc.CommandServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CommandServiceGrpc.CommandServiceFutureStub 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()
-
-