Package 

Interface SetMessageForReply

    • Method Summary

      Modifier and Type Method Description
      abstract Call<Unit> invoke(String cid, Message message) Set the reply state for the channel.
      • Methods inherited from class java.lang.Object

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

      • invoke

        @CheckResult() abstract Call<Unit> invoke(String cid, Message message)

        Set the reply state for the channel.

        Parameters:
        cid - CID of the channel where reply state is being set.
        message - The message we want reply to.