Class ABCIApplicationGrpc.ABCIApplicationBlockingStub

    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

        io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      tendermint.abci.Types.ResponseApplySnapshotChunk applySnapshotChunk​(tendermint.abci.Types.RequestApplySnapshotChunk request)  
      tendermint.abci.Types.ResponseBeginBlock beginBlock​(tendermint.abci.Types.RequestBeginBlock request)  
      protected ABCIApplicationGrpc.ABCIApplicationBlockingStub build​(io.grpc.Channel channel, io.grpc.CallOptions callOptions)  
      tendermint.abci.Types.ResponseCheckTx checkTx​(tendermint.abci.Types.RequestCheckTx request)  
      tendermint.abci.Types.ResponseCommit commit​(tendermint.abci.Types.RequestCommit request)  
      tendermint.abci.Types.ResponseDeliverTx deliverTx​(tendermint.abci.Types.RequestDeliverTx request)  
      tendermint.abci.Types.ResponseEcho echo​(tendermint.abci.Types.RequestEcho request)  
      tendermint.abci.Types.ResponseEndBlock endBlock​(tendermint.abci.Types.RequestEndBlock request)  
      tendermint.abci.Types.ResponseFlush flush​(tendermint.abci.Types.RequestFlush request)  
      tendermint.abci.Types.ResponseInfo info​(tendermint.abci.Types.RequestInfo request)  
      tendermint.abci.Types.ResponseInitChain initChain​(tendermint.abci.Types.RequestInitChain request)  
      tendermint.abci.Types.ResponseListSnapshots listSnapshots​(tendermint.abci.Types.RequestListSnapshots request)  
      tendermint.abci.Types.ResponseLoadSnapshotChunk loadSnapshotChunk​(tendermint.abci.Types.RequestLoadSnapshotChunk request)  
      tendermint.abci.Types.ResponseOfferSnapshot offerSnapshot​(tendermint.abci.Types.RequestOfferSnapshot request)  
      tendermint.abci.Types.ResponseQuery query​(tendermint.abci.Types.RequestQuery request)  
      tendermint.abci.Types.ResponseSetOption setOption​(tendermint.abci.Types.RequestSetOption request)  
      • Methods inherited from class io.grpc.stub.AbstractBlockingStub

        newStub, newStub
      • Methods inherited from class io.grpc.stub.AbstractStub

        getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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)