Class CommandServiceGrpc.CommandServiceFutureStub

java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<CommandServiceGrpc.CommandServiceFutureStub>
com.daml.ledger.api.v2.CommandServiceGrpc.CommandServiceFutureStub
Enclosing class:
CommandServiceGrpc

public static final class CommandServiceGrpc.CommandServiceFutureStub extends io.grpc.stub.AbstractFutureStub<CommandServiceGrpc.CommandServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service CommandService.
 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.