Class CommandServiceGrpc

java.lang.Object
com.daml.ledger.api.v2.CommandServiceGrpc

@Generated(value="by gRPC proto compiler", comments="Source: com/daml/ledger/api/v2/command_service.proto") public final class CommandServiceGrpc extends 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 SHOULD produce a completion event for a rejection of a duplicate command.