> ## Documentation Index
> Fetch the complete documentation index at: https://cantonfoundation-update-ref-tables.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CommandServiceGrpc.CommandServiceImplBase

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

## CommandServiceGrpc.CommandServiceImplBase

Upstream docs: [Open](https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/CommandServiceGrpc.CommandServiceImplBase.html)

**Signature**

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
public abstract static class CommandServiceGrpc.CommandServiceImplBase extends Object implements io.grpc.BindableService, CommandServiceGrpc.AsyncService
```

**Members**

| Docs                                                                                                                                                | Member                     | Introduced | Deprecated | Removed |
| --------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------- | ---------- | ---------- | ------- |
| [Open](https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/CommandServiceGrpc.CommandServiceImplBase.html#%3Cinit%3E%28%29)  | `CommandServiceImplBase()` | `3.5.6`    | -          | -       |
| [Open](https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/CommandServiceGrpc.CommandServiceImplBase.html#bindService%28%29) | `bindService()`            | `3.5.6`    | -          | -       |
