@Generated(value="by gRPC proto compiler (version 1.45.1)", comments="Source: gateway/gateway.proto") public final class GatewayGrpc extends Object
The Gateway API for evaluating and submitting transactions via the gateway. Transaction evaluation (query) requires the invocation of the Evaluate service Transaction submission (ledger updates) is a two step process invoking Endorse followed by Submit. A third step, invoking CommitStatus, is required if the clients wish to wait for a Transaction to be committed. The proposal and transaction must be signed by the client before each step.
Modifier and Type | Class and Description |
---|---|
static class |
GatewayGrpc.GatewayBlockingStub
The Gateway API for evaluating and submitting transactions via the gateway.
|
static class |
GatewayGrpc.GatewayFutureStub
The Gateway API for evaluating and submitting transactions via the gateway.
|
static class |
GatewayGrpc.GatewayImplBase
The Gateway API for evaluating and submitting transactions via the gateway.
|
static class |
GatewayGrpc.GatewayStub
The Gateway API for evaluating and submitting transactions via the gateway.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<SignedChaincodeEventsRequest,ChaincodeEventsResponse> |
getChaincodeEventsMethod() |
static io.grpc.MethodDescriptor<SignedCommitStatusRequest,CommitStatusResponse> |
getCommitStatusMethod() |
static io.grpc.MethodDescriptor<EndorseRequest,EndorseResponse> |
getEndorseMethod() |
static io.grpc.MethodDescriptor<EvaluateRequest,EvaluateResponse> |
getEvaluateMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<SubmitRequest,SubmitResponse> |
getSubmitMethod() |
static GatewayGrpc.GatewayBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static GatewayGrpc.GatewayFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static GatewayGrpc.GatewayStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<EndorseRequest,EndorseResponse> getEndorseMethod()
public static io.grpc.MethodDescriptor<SubmitRequest,SubmitResponse> getSubmitMethod()
public static io.grpc.MethodDescriptor<SignedCommitStatusRequest,CommitStatusResponse> getCommitStatusMethod()
public static io.grpc.MethodDescriptor<EvaluateRequest,EvaluateResponse> getEvaluateMethod()
public static io.grpc.MethodDescriptor<SignedChaincodeEventsRequest,ChaincodeEventsResponse> getChaincodeEventsMethod()
public static GatewayGrpc.GatewayStub newStub(io.grpc.Channel channel)
public static GatewayGrpc.GatewayBlockingStub newBlockingStub(io.grpc.Channel channel)
public static GatewayGrpc.GatewayFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2022. All rights reserved.