Class 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.