Package com.daml.ledger.api.v2.admin
Class CommandInspectionServiceGrpc
java.lang.Object
com.daml.ledger.api.v2.admin.CommandInspectionServiceGrpc
@Generated(value="by gRPC proto compiler",
comments="Source: com/daml/ledger/api/v2/admin/command_inspection_service.proto")
public final class CommandInspectionServiceGrpc
extends Object
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
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.static final class
A stub to allow clients to do synchronous rpc calls to service CommandInspectionService.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service CommandInspectionService.static class
Base class for the server implementation of the service CommandInspectionService.static final class
A stub to allow clients to do asynchronous rpc calls to service CommandInspectionService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
static io.grpc.MethodDescriptor<CommandInspectionServiceOuterClass.GetCommandStatusRequest,
CommandInspectionServiceOuterClass.GetCommandStatusResponse> static io.grpc.ServiceDescriptor
newBlockingStub
(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub
(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub
(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getGetCommandStatusMethod
public static io.grpc.MethodDescriptor<CommandInspectionServiceOuterClass.GetCommandStatusRequest,CommandInspectionServiceOuterClass.GetCommandStatusResponse> getGetCommandStatusMethod() -
newStub
public static CommandInspectionServiceGrpc.CommandInspectionServiceStub newStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service -
newBlockingStub
public static CommandInspectionServiceGrpc.CommandInspectionServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static CommandInspectionServiceGrpc.CommandInspectionServiceFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(CommandInspectionServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-