Package com.daml.ledger.api.v2.admin
Interface CommandInspectionServiceGrpc.AsyncService
- All Known Implementing Classes:
CommandInspectionServiceGrpc.CommandInspectionServiceImplBase
- Enclosing class:
- CommandInspectionServiceGrpc
public static interface CommandInspectionServiceGrpc.AsyncService
Status: experimental interface, will change before it is deemed production ready The inspection service provides methods for the ledger administrator to look under the hood of a running system. In V2 Ledger API this service is not available.
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
getCommandStatus
(CommandInspectionServiceOuterClass.GetCommandStatusRequest request, io.grpc.stub.StreamObserver<CommandInspectionServiceOuterClass.GetCommandStatusResponse> responseObserver) Inquire about the status of a command.
-
Method Details
-
getCommandStatus
default void getCommandStatus(CommandInspectionServiceOuterClass.GetCommandStatusRequest request, io.grpc.stub.StreamObserver<CommandInspectionServiceOuterClass.GetCommandStatusResponse> responseObserver) Inquire about the status of a command. This service is used for debugging only. The command status is only tracked in memory and is not persisted. The service can be used to understand the failure status and the structure of a command. Requires admin privileges The service is alpha without backward compatibility guarantees.
-