@Generated(value="by gRPC proto compiler (version 1.40.1)",
comments="Source: tendermint/abci/types.proto")
public final class ABCIApplicationGrpc
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ABCIApplicationGrpc.ABCIApplicationBlockingStub |
static class |
ABCIApplicationGrpc.ABCIApplicationFutureStub |
static class |
ABCIApplicationGrpc.ABCIApplicationImplBase |
static class |
ABCIApplicationGrpc.ABCIApplicationStub |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestApplySnapshotChunk,tendermint.abci.Types.ResponseApplySnapshotChunk> |
getApplySnapshotChunkMethod() |
static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestBeginBlock,tendermint.abci.Types.ResponseBeginBlock> |
getBeginBlockMethod() |
static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestCheckTx,tendermint.abci.Types.ResponseCheckTx> |
getCheckTxMethod() |
static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestCommit,tendermint.abci.Types.ResponseCommit> |
getCommitMethod() |
static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestDeliverTx,tendermint.abci.Types.ResponseDeliverTx> |
getDeliverTxMethod() |
static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestEcho,tendermint.abci.Types.ResponseEcho> |
getEchoMethod() |
static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestEndBlock,tendermint.abci.Types.ResponseEndBlock> |
getEndBlockMethod() |
static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestFlush,tendermint.abci.Types.ResponseFlush> |
getFlushMethod() |
static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestInfo,tendermint.abci.Types.ResponseInfo> |
getInfoMethod() |
static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestInitChain,tendermint.abci.Types.ResponseInitChain> |
getInitChainMethod() |
static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestListSnapshots,tendermint.abci.Types.ResponseListSnapshots> |
getListSnapshotsMethod() |
static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestLoadSnapshotChunk,tendermint.abci.Types.ResponseLoadSnapshotChunk> |
getLoadSnapshotChunkMethod() |
static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestOfferSnapshot,tendermint.abci.Types.ResponseOfferSnapshot> |
getOfferSnapshotMethod() |
static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestQuery,tendermint.abci.Types.ResponseQuery> |
getQueryMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestSetOption,tendermint.abci.Types.ResponseSetOption> |
getSetOptionMethod() |
static ABCIApplicationGrpc.ABCIApplicationBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ABCIApplicationGrpc.ABCIApplicationFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ABCIApplicationGrpc.ABCIApplicationStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestEcho,tendermint.abci.Types.ResponseEcho> getEchoMethod()
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestFlush,tendermint.abci.Types.ResponseFlush> getFlushMethod()
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestInfo,tendermint.abci.Types.ResponseInfo> getInfoMethod()
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestSetOption,tendermint.abci.Types.ResponseSetOption> getSetOptionMethod()
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestDeliverTx,tendermint.abci.Types.ResponseDeliverTx> getDeliverTxMethod()
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestCheckTx,tendermint.abci.Types.ResponseCheckTx> getCheckTxMethod()
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestQuery,tendermint.abci.Types.ResponseQuery> getQueryMethod()
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestCommit,tendermint.abci.Types.ResponseCommit> getCommitMethod()
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestInitChain,tendermint.abci.Types.ResponseInitChain> getInitChainMethod()
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestBeginBlock,tendermint.abci.Types.ResponseBeginBlock> getBeginBlockMethod()
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestEndBlock,tendermint.abci.Types.ResponseEndBlock> getEndBlockMethod()
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestListSnapshots,tendermint.abci.Types.ResponseListSnapshots> getListSnapshotsMethod()
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestOfferSnapshot,tendermint.abci.Types.ResponseOfferSnapshot> getOfferSnapshotMethod()
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestLoadSnapshotChunk,tendermint.abci.Types.ResponseLoadSnapshotChunk> getLoadSnapshotChunkMethod()
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestApplySnapshotChunk,tendermint.abci.Types.ResponseApplySnapshotChunk> getApplySnapshotChunkMethod()
public static ABCIApplicationGrpc.ABCIApplicationStub newStub(io.grpc.Channel channel)
public static ABCIApplicationGrpc.ABCIApplicationBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ABCIApplicationGrpc.ABCIApplicationFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()