Package com.daml.ledger.api.v2.admin
Class CommandInspectionServiceGrpc.CommandInspectionServiceImplBase
java.lang.Object
com.daml.ledger.api.v2.admin.CommandInspectionServiceGrpc.CommandInspectionServiceImplBase
- All Implemented Interfaces:
CommandInspectionServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- CommandInspectionServiceGrpc
public abstract static class CommandInspectionServiceGrpc.CommandInspectionServiceImplBase
extends Object
implements io.grpc.BindableService, CommandInspectionServiceGrpc.AsyncService
Base class for the server implementation of the service CommandInspectionService.
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.
-
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.admin.CommandInspectionServiceGrpc.AsyncService
getCommandStatus
-
Constructor Details
-
CommandInspectionServiceImplBase
public CommandInspectionServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-