Interface FlowableSendUserTypingEvent

    • Method Detail

      • getUserId

        String getUserId()
        The id of the user that is doing the typing
        Returns:
        the id of the user that is doing the typing
      • getConversationId

        String getConversationId()
        The id of the conversation in which the user is typing
        Returns:
        the id of the conversation
      • getRecipients

        Collection<String> getRecipients()
        The ids of all users that should receive a user typing event
        Returns:
        the recipients of the user typing event