Interface FlowableSendUserTypingEvent

All Superinterfaces:
FlowableEngageEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent
All Known Implementing Classes:
FlowableSendUserTypingEventImpl

public interface FlowableSendUserTypingEvent
extends FlowableEngageEvent
Author:
Filip Hrisafov
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getConversationId()
    The id of the conversation in which the user is typing
    java.util.Collection<java.lang.String> getRecipients()
    The ids of all users that should receive a user typing event
    java.lang.String getUserId()
    The id of the user that is doing the typing

    Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent

    getType
  • Method Details

    • getUserId

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

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

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