public interface FlowableMessageReadEvent extends FlowableEngageEvent
| Modifier and Type | Method and Description | 
|---|---|
| String | getConversationId()The id of the conversation in which the user is typing | 
| String | getMessageId()The id of the message that was read | 
| Date | getMessageTimestamp()The timestamp of the message that was read. | 
| String | getUserId()The id of the user that is doing the typing | 
String getUserId()
String getConversationId()
String getMessageId()
Date getMessageTimestamp()
Copyright © 2019. All rights reserved.