public static final class CommandServiceGrpc.CommandServiceStub extends io.grpc.stub.AbstractStub<CommandServiceGrpc.CommandServiceStub>
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.
| Modifier and Type | Method and Description | 
|---|---|
protected CommandServiceGrpc.CommandServiceStub | 
build(io.grpc.Channel channel,
     io.grpc.CallOptions callOptions)  | 
void | 
submitAndWait(CommandServiceOuterClass.SubmitAndWaitRequest request,
             io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
 Submits a single composite command and waits for its result. 
 | 
void | 
submitAndWaitForTransaction(CommandServiceOuterClass.SubmitAndWaitRequest request,
                           io.grpc.stub.StreamObserver<CommandServiceOuterClass.SubmitAndWaitForTransactionResponse> responseObserver)
 Submits a single composite command, waits for its result, and returns the transaction. 
 | 
void | 
submitAndWaitForTransactionId(CommandServiceOuterClass.SubmitAndWaitRequest request,
                             io.grpc.stub.StreamObserver<CommandServiceOuterClass.SubmitAndWaitForTransactionIdResponse> responseObserver)
 Submits a single composite command, waits for its result, and returns the transaction id. 
 | 
void | 
submitAndWaitForTransactionTree(CommandServiceOuterClass.SubmitAndWaitRequest request,
                               io.grpc.stub.StreamObserver<CommandServiceOuterClass.SubmitAndWaitForTransactionTreeResponse> responseObserver)
 Submits a single composite command, waits for its result, and returns the transaction tree. 
 | 
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyprotected CommandServiceGrpc.CommandServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<CommandServiceGrpc.CommandServiceStub>public void submitAndWait(CommandServiceOuterClass.SubmitAndWaitRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Submits a single composite command and waits for its result. Propagates the gRPC error of failed submissions including DAML interpretation errors. Errors: - ``UNAUTHENTICATED``: if the request does not include a valid access token - ``PERMISSION_DENIED``: if the claims in the token are insufficient to perform a given operation - ``NOT_FOUND``: if the request does not include a valid ledger id - ``INVALID_ARGUMENT``: if the payload is malformed or is missing required fields - ``RESOURCE_EXHAUSTED``: if the number of in-flight commands reached the maximum (if a limit is configured) - ``UNAVAILABLE``: if the participant is not yet ready to submit commands or if the service has been shut down.
public void submitAndWaitForTransactionId(CommandServiceOuterClass.SubmitAndWaitRequest request, io.grpc.stub.StreamObserver<CommandServiceOuterClass.SubmitAndWaitForTransactionIdResponse> responseObserver)
Submits a single composite command, waits for its result, and returns the transaction id. Propagates the gRPC error of failed submissions including DAML interpretation errors. Errors: - ``UNAUTHENTICATED``: if the request does not include a valid access token - ``PERMISSION_DENIED``: if the claims in the token are insufficient to perform a given operation - ``NOT_FOUND``: if the request does not include a valid ledger id - ``INVALID_ARGUMENT``: if the payload is malformed or is missing required fields - ``RESOURCE_EXHAUSTED``: if the number of in-flight commands reached the maximum (if a limit is configured) - ``UNAVAILABLE``: if the participant is not yet ready to submit commands or if the service has been shut down.
public void submitAndWaitForTransaction(CommandServiceOuterClass.SubmitAndWaitRequest request, io.grpc.stub.StreamObserver<CommandServiceOuterClass.SubmitAndWaitForTransactionResponse> responseObserver)
Submits a single composite command, waits for its result, and returns the transaction. Propagates the gRPC error of failed submissions including DAML interpretation errors. Errors: - ``UNAUTHENTICATED``: if the request does not include a valid access token - ``PERMISSION_DENIED``: if the claims in the token are insufficient to perform a given operation - ``NOT_FOUND``: if the request does not include a valid ledger id - ``INVALID_ARGUMENT``: if the payload is malformed or is missing required fields - ``RESOURCE_EXHAUSTED``: if the number of in-flight commands reached the maximum (if a limit is configured) - ``UNAVAILABLE``: if the participant is not yet ready to submit commands or if the service has been shut down.
public void submitAndWaitForTransactionTree(CommandServiceOuterClass.SubmitAndWaitRequest request, io.grpc.stub.StreamObserver<CommandServiceOuterClass.SubmitAndWaitForTransactionTreeResponse> responseObserver)
Submits a single composite command, waits for its result, and returns the transaction tree. Propagates the gRPC error of failed submissions including DAML interpretation errors. Errors: - ``UNAUTHENTICATED``: if the request does not include a valid access token - ``PERMISSION_DENIED``: if the claims in the token are insufficient to perform a given operation - ``NOT_FOUND``: if the request does not include a valid ledger id - ``INVALID_ARGUMENT``: if the payload is malformed or is missing required fields - ``RESOURCE_EXHAUSTED``: if the number of in-flight commands reached the maximum (if a limit is configured) - ``UNAVAILABLE``: if the participant is not yet ready to submit commands or if the service has been shut down.