Package tendermint.abci
Class ABCIApplicationGrpc.ABCIApplicationBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<ABCIApplicationGrpc.ABCIApplicationBlockingStub>
-
- tendermint.abci.ABCIApplicationGrpc.ABCIApplicationBlockingStub
-
- Enclosing class:
- ABCIApplicationGrpc
public static final class ABCIApplicationGrpc.ABCIApplicationBlockingStub extends io.grpc.stub.AbstractBlockingStub<ABCIApplicationGrpc.ABCIApplicationBlockingStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description tendermint.abci.Types.ResponseApplySnapshotChunkapplySnapshotChunk(tendermint.abci.Types.RequestApplySnapshotChunk request)tendermint.abci.Types.ResponseBeginBlockbeginBlock(tendermint.abci.Types.RequestBeginBlock request)protected ABCIApplicationGrpc.ABCIApplicationBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)tendermint.abci.Types.ResponseCheckTxcheckTx(tendermint.abci.Types.RequestCheckTx request)tendermint.abci.Types.ResponseCommitcommit(tendermint.abci.Types.RequestCommit request)tendermint.abci.Types.ResponseDeliverTxdeliverTx(tendermint.abci.Types.RequestDeliverTx request)tendermint.abci.Types.ResponseEchoecho(tendermint.abci.Types.RequestEcho request)tendermint.abci.Types.ResponseEndBlockendBlock(tendermint.abci.Types.RequestEndBlock request)tendermint.abci.Types.ResponseFlushflush(tendermint.abci.Types.RequestFlush request)tendermint.abci.Types.ResponseInfoinfo(tendermint.abci.Types.RequestInfo request)tendermint.abci.Types.ResponseInitChaininitChain(tendermint.abci.Types.RequestInitChain request)tendermint.abci.Types.ResponseListSnapshotslistSnapshots(tendermint.abci.Types.RequestListSnapshots request)tendermint.abci.Types.ResponseLoadSnapshotChunkloadSnapshotChunk(tendermint.abci.Types.RequestLoadSnapshotChunk request)tendermint.abci.Types.ResponseOfferSnapshotofferSnapshot(tendermint.abci.Types.RequestOfferSnapshot request)tendermint.abci.Types.ResponseQueryquery(tendermint.abci.Types.RequestQuery request)tendermint.abci.Types.ResponseSetOptionsetOption(tendermint.abci.Types.RequestSetOption request)
-
-
-
Method Detail
-
build
protected ABCIApplicationGrpc.ABCIApplicationBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ABCIApplicationGrpc.ABCIApplicationBlockingStub>
-
echo
public tendermint.abci.Types.ResponseEcho echo(tendermint.abci.Types.RequestEcho request)
-
flush
public tendermint.abci.Types.ResponseFlush flush(tendermint.abci.Types.RequestFlush request)
-
info
public tendermint.abci.Types.ResponseInfo info(tendermint.abci.Types.RequestInfo request)
-
setOption
public tendermint.abci.Types.ResponseSetOption setOption(tendermint.abci.Types.RequestSetOption request)
-
deliverTx
public tendermint.abci.Types.ResponseDeliverTx deliverTx(tendermint.abci.Types.RequestDeliverTx request)
-
checkTx
public tendermint.abci.Types.ResponseCheckTx checkTx(tendermint.abci.Types.RequestCheckTx request)
-
query
public tendermint.abci.Types.ResponseQuery query(tendermint.abci.Types.RequestQuery request)
-
commit
public tendermint.abci.Types.ResponseCommit commit(tendermint.abci.Types.RequestCommit request)
-
initChain
public tendermint.abci.Types.ResponseInitChain initChain(tendermint.abci.Types.RequestInitChain request)
-
beginBlock
public tendermint.abci.Types.ResponseBeginBlock beginBlock(tendermint.abci.Types.RequestBeginBlock request)
-
endBlock
public tendermint.abci.Types.ResponseEndBlock endBlock(tendermint.abci.Types.RequestEndBlock request)
-
listSnapshots
public tendermint.abci.Types.ResponseListSnapshots listSnapshots(tendermint.abci.Types.RequestListSnapshots request)
-
offerSnapshot
public tendermint.abci.Types.ResponseOfferSnapshot offerSnapshot(tendermint.abci.Types.RequestOfferSnapshot request)
-
loadSnapshotChunk
public tendermint.abci.Types.ResponseLoadSnapshotChunk loadSnapshotChunk(tendermint.abci.Types.RequestLoadSnapshotChunk request)
-
applySnapshotChunk
public tendermint.abci.Types.ResponseApplySnapshotChunk applySnapshotChunk(tendermint.abci.Types.RequestApplySnapshotChunk request)
-
-