Class MsgGrpc.MsgBlockingStub

  • Enclosing class:
    MsgGrpc

    public static final class MsgGrpc.MsgBlockingStub
    extends io.grpc.stub.AbstractBlockingStub<MsgGrpc.MsgBlockingStub>
     Msg defines the ibc/channel Msg service.
     
    • 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
      ibc.core.channel.v1.Tx.MsgAcknowledgementResponse acknowledgement​(ibc.core.channel.v1.Tx.MsgAcknowledgement request)
      Acknowledgement defines a rpc handler method for MsgAcknowledgement.
      protected MsgGrpc.MsgBlockingStub build​(io.grpc.Channel channel, io.grpc.CallOptions callOptions)  
      ibc.core.channel.v1.Tx.MsgChannelCloseConfirmResponse channelCloseConfirm​(ibc.core.channel.v1.Tx.MsgChannelCloseConfirm request)
      ChannelCloseConfirm defines a rpc handler method for MsgChannelCloseConfirm.
      ibc.core.channel.v1.Tx.MsgChannelCloseInitResponse channelCloseInit​(ibc.core.channel.v1.Tx.MsgChannelCloseInit request)
      ChannelCloseInit defines a rpc handler method for MsgChannelCloseInit.
      ibc.core.channel.v1.Tx.MsgChannelOpenAckResponse channelOpenAck​(ibc.core.channel.v1.Tx.MsgChannelOpenAck request)
      ChannelOpenAck defines a rpc handler method for MsgChannelOpenAck.
      ibc.core.channel.v1.Tx.MsgChannelOpenConfirmResponse channelOpenConfirm​(ibc.core.channel.v1.Tx.MsgChannelOpenConfirm request)
      ChannelOpenConfirm defines a rpc handler method for MsgChannelOpenConfirm.
      ibc.core.channel.v1.Tx.MsgChannelOpenInitResponse channelOpenInit​(ibc.core.channel.v1.Tx.MsgChannelOpenInit request)
      ChannelOpenInit defines a rpc handler method for MsgChannelOpenInit.
      ibc.core.channel.v1.Tx.MsgChannelOpenTryResponse channelOpenTry​(ibc.core.channel.v1.Tx.MsgChannelOpenTry request)
      ChannelOpenTry defines a rpc handler method for MsgChannelOpenTry.
      ibc.core.channel.v1.Tx.MsgRecvPacketResponse recvPacket​(ibc.core.channel.v1.Tx.MsgRecvPacket request)
      RecvPacket defines a rpc handler method for MsgRecvPacket.
      ibc.core.channel.v1.Tx.MsgTimeoutResponse timeout​(ibc.core.channel.v1.Tx.MsgTimeout request)
      Timeout defines a rpc handler method for MsgTimeout.
      ibc.core.channel.v1.Tx.MsgTimeoutOnCloseResponse timeoutOnClose​(ibc.core.channel.v1.Tx.MsgTimeoutOnClose request)
      TimeoutOnClose defines a rpc handler method for MsgTimeoutOnClose.
      • 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

      • channelOpenInit

        public ibc.core.channel.v1.Tx.MsgChannelOpenInitResponse channelOpenInit​(ibc.core.channel.v1.Tx.MsgChannelOpenInit request)
         ChannelOpenInit defines a rpc handler method for MsgChannelOpenInit.
         
      • channelOpenTry

        public ibc.core.channel.v1.Tx.MsgChannelOpenTryResponse channelOpenTry​(ibc.core.channel.v1.Tx.MsgChannelOpenTry request)
         ChannelOpenTry defines a rpc handler method for MsgChannelOpenTry.
         
      • channelOpenAck

        public ibc.core.channel.v1.Tx.MsgChannelOpenAckResponse channelOpenAck​(ibc.core.channel.v1.Tx.MsgChannelOpenAck request)
         ChannelOpenAck defines a rpc handler method for MsgChannelOpenAck.
         
      • channelOpenConfirm

        public ibc.core.channel.v1.Tx.MsgChannelOpenConfirmResponse channelOpenConfirm​(ibc.core.channel.v1.Tx.MsgChannelOpenConfirm request)
         ChannelOpenConfirm defines a rpc handler method for MsgChannelOpenConfirm.
         
      • channelCloseInit

        public ibc.core.channel.v1.Tx.MsgChannelCloseInitResponse channelCloseInit​(ibc.core.channel.v1.Tx.MsgChannelCloseInit request)
         ChannelCloseInit defines a rpc handler method for MsgChannelCloseInit.
         
      • channelCloseConfirm

        public ibc.core.channel.v1.Tx.MsgChannelCloseConfirmResponse channelCloseConfirm​(ibc.core.channel.v1.Tx.MsgChannelCloseConfirm request)
         ChannelCloseConfirm defines a rpc handler method for
         MsgChannelCloseConfirm.
         
      • recvPacket

        public ibc.core.channel.v1.Tx.MsgRecvPacketResponse recvPacket​(ibc.core.channel.v1.Tx.MsgRecvPacket request)
         RecvPacket defines a rpc handler method for MsgRecvPacket.
         
      • timeout

        public ibc.core.channel.v1.Tx.MsgTimeoutResponse timeout​(ibc.core.channel.v1.Tx.MsgTimeout request)
         Timeout defines a rpc handler method for MsgTimeout.
         
      • timeoutOnClose

        public ibc.core.channel.v1.Tx.MsgTimeoutOnCloseResponse timeoutOnClose​(ibc.core.channel.v1.Tx.MsgTimeoutOnClose request)
         TimeoutOnClose defines a rpc handler method for MsgTimeoutOnClose.
         
      • acknowledgement

        public ibc.core.channel.v1.Tx.MsgAcknowledgementResponse acknowledgement​(ibc.core.channel.v1.Tx.MsgAcknowledgement request)
         Acknowledgement defines a rpc handler method for MsgAcknowledgement.