public interface FlowableSendUserTypingEvent extends FlowableEngageEvent
| Modifier and Type | Method and Description | 
|---|---|
| String | getConversationId()The id of the conversation in which the user is typing | 
| Collection<String> | getRecipients()The ids of all users that should receive a user typing event | 
| String | getUserId()The id of the user that is doing the typing | 
String getUserId()
String getConversationId()
Collection<String> getRecipients()
Copyright © 2019. All rights reserved.