Class MsgGrpc.MsgFutureStub

  • Enclosing class:
    MsgGrpc

    public static final class MsgGrpc.MsgFutureStub
    extends io.grpc.stub.AbstractFutureStub<MsgGrpc.MsgFutureStub>
     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
      com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.Tx.MsgAcknowledgementResponse> acknowledgement​(ibc.core.channel.v1.Tx.MsgAcknowledgement request)
      Acknowledgement defines a rpc handler method for MsgAcknowledgement.
      protected MsgGrpc.MsgFutureStub build​(io.grpc.Channel channel, io.grpc.CallOptions callOptions)  
      com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.Tx.MsgChannelCloseConfirmResponse> channelCloseConfirm​(ibc.core.channel.v1.Tx.MsgChannelCloseConfirm request)
      ChannelCloseConfirm defines a rpc handler method for MsgChannelCloseConfirm.
      com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.Tx.MsgChannelCloseInitResponse> channelCloseInit​(ibc.core.channel.v1.Tx.MsgChannelCloseInit request)
      ChannelCloseInit defines a rpc handler method for MsgChannelCloseInit.
      com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.Tx.MsgChannelOpenAckResponse> channelOpenAck​(ibc.core.channel.v1.Tx.MsgChannelOpenAck request)
      ChannelOpenAck defines a rpc handler method for MsgChannelOpenAck.
      com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.Tx.MsgChannelOpenConfirmResponse> channelOpenConfirm​(ibc.core.channel.v1.Tx.MsgChannelOpenConfirm request)
      ChannelOpenConfirm defines a rpc handler method for MsgChannelOpenConfirm.
      com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.Tx.MsgChannelOpenInitResponse> channelOpenInit​(ibc.core.channel.v1.Tx.MsgChannelOpenInit request)
      ChannelOpenInit defines a rpc handler method for MsgChannelOpenInit.
      com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.Tx.MsgChannelOpenTryResponse> channelOpenTry​(ibc.core.channel.v1.Tx.MsgChannelOpenTry request)
      ChannelOpenTry defines a rpc handler method for MsgChannelOpenTry.
      com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.Tx.MsgRecvPacketResponse> recvPacket​(ibc.core.channel.v1.Tx.MsgRecvPacket request)
      RecvPacket defines a rpc handler method for MsgRecvPacket.
      com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.Tx.MsgTimeoutResponse> timeout​(ibc.core.channel.v1.Tx.MsgTimeout request)
      Timeout defines a rpc handler method for MsgTimeout.
      com.google.common.util.concurrent.ListenableFuture<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.AbstractFutureStub

        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 com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.Tx.MsgChannelOpenInitResponse> channelOpenInit​(ibc.core.channel.v1.Tx.MsgChannelOpenInit request)
         ChannelOpenInit defines a rpc handler method for MsgChannelOpenInit.
         
      • channelOpenTry

        public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.Tx.MsgChannelOpenTryResponse> channelOpenTry​(ibc.core.channel.v1.Tx.MsgChannelOpenTry request)
         ChannelOpenTry defines a rpc handler method for MsgChannelOpenTry.
         
      • channelOpenAck

        public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.Tx.MsgChannelOpenAckResponse> channelOpenAck​(ibc.core.channel.v1.Tx.MsgChannelOpenAck request)
         ChannelOpenAck defines a rpc handler method for MsgChannelOpenAck.
         
      • channelOpenConfirm

        public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.Tx.MsgChannelOpenConfirmResponse> channelOpenConfirm​(ibc.core.channel.v1.Tx.MsgChannelOpenConfirm request)
         ChannelOpenConfirm defines a rpc handler method for MsgChannelOpenConfirm.
         
      • channelCloseInit

        public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.Tx.MsgChannelCloseInitResponse> channelCloseInit​(ibc.core.channel.v1.Tx.MsgChannelCloseInit request)
         ChannelCloseInit defines a rpc handler method for MsgChannelCloseInit.
         
      • channelCloseConfirm

        public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.Tx.MsgChannelCloseConfirmResponse> channelCloseConfirm​(ibc.core.channel.v1.Tx.MsgChannelCloseConfirm request)
         ChannelCloseConfirm defines a rpc handler method for
         MsgChannelCloseConfirm.
         
      • recvPacket

        public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.Tx.MsgRecvPacketResponse> recvPacket​(ibc.core.channel.v1.Tx.MsgRecvPacket request)
         RecvPacket defines a rpc handler method for MsgRecvPacket.
         
      • timeout

        public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.Tx.MsgTimeoutResponse> timeout​(ibc.core.channel.v1.Tx.MsgTimeout request)
         Timeout defines a rpc handler method for MsgTimeout.
         
      • timeoutOnClose

        public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.Tx.MsgTimeoutOnCloseResponse> timeoutOnClose​(ibc.core.channel.v1.Tx.MsgTimeoutOnClose request)
         TimeoutOnClose defines a rpc handler method for MsgTimeoutOnClose.
         
      • acknowledgement

        public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.Tx.MsgAcknowledgementResponse> acknowledgement​(ibc.core.channel.v1.Tx.MsgAcknowledgement request)
         Acknowledgement defines a rpc handler method for MsgAcknowledgement.