Class InteractiveSubmissionServiceGrpc
java.lang.Object
com.daml.ledger.api.v2.interactive.InteractiveSubmissionServiceGrpc
@Generated(value="by gRPC proto compiler",
comments="Source: com/daml/ledger/api/v2/interactive/interactive_submission_service.proto")
public final class InteractiveSubmissionServiceGrpc
extends Object
Service allowing interactive construction of command submissions The prepare and execute endpoints allow to submit commands in 2-steps: 1. prepare transaction from commands, 2. submit the prepared transaction This gives callers the ability to sign the daml transaction with their own signing keys
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Service allowing interactive construction of command submissions The prepare and execute endpoints allow to submit commands in 2-steps: 1.static final class
A stub to allow clients to do synchronous rpc calls to service InteractiveSubmissionService.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service InteractiveSubmissionService.static class
Base class for the server implementation of the service InteractiveSubmissionService.static final class
A stub to allow clients to do asynchronous rpc calls to service InteractiveSubmissionService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
static io.grpc.MethodDescriptor<InteractiveSubmissionServiceOuterClass.ExecuteSubmissionRequest,
InteractiveSubmissionServiceOuterClass.ExecuteSubmissionResponse> static io.grpc.MethodDescriptor<InteractiveSubmissionServiceOuterClass.GetPreferredPackageVersionRequest,
InteractiveSubmissionServiceOuterClass.GetPreferredPackageVersionResponse> static io.grpc.MethodDescriptor<InteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest,
InteractiveSubmissionServiceOuterClass.PrepareSubmissionResponse> 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
-
getPrepareSubmissionMethod
public static io.grpc.MethodDescriptor<InteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest,InteractiveSubmissionServiceOuterClass.PrepareSubmissionResponse> getPrepareSubmissionMethod() -
getExecuteSubmissionMethod
public static io.grpc.MethodDescriptor<InteractiveSubmissionServiceOuterClass.ExecuteSubmissionRequest,InteractiveSubmissionServiceOuterClass.ExecuteSubmissionResponse> getExecuteSubmissionMethod() -
getGetPreferredPackageVersionMethod
public static io.grpc.MethodDescriptor<InteractiveSubmissionServiceOuterClass.GetPreferredPackageVersionRequest,InteractiveSubmissionServiceOuterClass.GetPreferredPackageVersionResponse> getGetPreferredPackageVersionMethod() -
newStub
public static InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceStub newStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service -
newBlockingStub
public static InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static InteractiveSubmissionServiceGrpc.InteractiveSubmissionServiceFutureStub 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(InteractiveSubmissionServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-