Package tendermint.abci
Class ABCIApplicationGrpc
- java.lang.Object
-
- tendermint.abci.ABCIApplicationGrpc
-
public final class ABCIApplicationGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classABCIApplicationGrpc.ABCIApplicationBlockingStubstatic classABCIApplicationGrpc.ABCIApplicationFutureStubstatic classABCIApplicationGrpc.ABCIApplicationImplBasestatic classABCIApplicationGrpc.ABCIApplicationStub
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestSetOption,tendermint.abci.Types.ResponseSetOption>getSetOptionMethod()static ABCIApplicationGrpc.ABCIApplicationBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ABCIApplicationGrpc.ABCIApplicationFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ABCIApplicationGrpc.ABCIApplicationStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEchoMethod
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestEcho,tendermint.abci.Types.ResponseEcho> getEchoMethod()
-
getFlushMethod
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestFlush,tendermint.abci.Types.ResponseFlush> getFlushMethod()
-
getInfoMethod
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestInfo,tendermint.abci.Types.ResponseInfo> getInfoMethod()
-
getSetOptionMethod
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestSetOption,tendermint.abci.Types.ResponseSetOption> getSetOptionMethod()
-
getDeliverTxMethod
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestDeliverTx,tendermint.abci.Types.ResponseDeliverTx> getDeliverTxMethod()
-
getCheckTxMethod
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestCheckTx,tendermint.abci.Types.ResponseCheckTx> getCheckTxMethod()
-
getQueryMethod
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestQuery,tendermint.abci.Types.ResponseQuery> getQueryMethod()
-
getCommitMethod
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestCommit,tendermint.abci.Types.ResponseCommit> getCommitMethod()
-
getInitChainMethod
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestInitChain,tendermint.abci.Types.ResponseInitChain> getInitChainMethod()
-
getBeginBlockMethod
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestBeginBlock,tendermint.abci.Types.ResponseBeginBlock> getBeginBlockMethod()
-
getEndBlockMethod
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestEndBlock,tendermint.abci.Types.ResponseEndBlock> getEndBlockMethod()
-
getListSnapshotsMethod
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestListSnapshots,tendermint.abci.Types.ResponseListSnapshots> getListSnapshotsMethod()
-
getOfferSnapshotMethod
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestOfferSnapshot,tendermint.abci.Types.ResponseOfferSnapshot> getOfferSnapshotMethod()
-
getLoadSnapshotChunkMethod
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestLoadSnapshotChunk,tendermint.abci.Types.ResponseLoadSnapshotChunk> getLoadSnapshotChunkMethod()
-
getApplySnapshotChunkMethod
public static io.grpc.MethodDescriptor<tendermint.abci.Types.RequestApplySnapshotChunk,tendermint.abci.Types.ResponseApplySnapshotChunk> getApplySnapshotChunkMethod()
-
newStub
public static ABCIApplicationGrpc.ABCIApplicationStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ABCIApplicationGrpc.ABCIApplicationBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ABCIApplicationGrpc.ABCIApplicationFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-