Package com.daml.ledger.api.v2
Class CommandServiceGrpc.CommandServiceImplBase
java.lang.Object
com.daml.ledger.api.v2.CommandServiceGrpc.CommandServiceImplBase
- All Implemented Interfaces:
CommandServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- CommandServiceGrpc
public abstract static class CommandServiceGrpc.CommandServiceImplBase
extends Object
implements io.grpc.BindableService, CommandServiceGrpc.AsyncService
Base class for the server implementation of the 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.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.daml.ledger.api.v2.CommandServiceGrpc.AsyncService
submitAndWait, submitAndWaitForReassignment, submitAndWaitForTransaction, submitAndWaitForTransactionTree
-
Constructor Details
-
CommandServiceImplBase
public CommandServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-