Package 

Interface SendMessageListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit onMessageSendResult(Result<Message> result, String channelType, String channelId, Message message) Side effect to be invoked when the original request is completed with a response.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onMessageSendResult

         abstract Unit onMessageSendResult(Result<Message> result, String channelType, String channelId, Message message)

        Side effect to be invoked when the original request is completed with a response.

        Parameters:
        result - Result response from the original request.
        channelType - The type of the channel in which message is sent.
        channelId - The id of the the channel in which message is sent.
        message - Message to be sent.