public class FlowableMessageReadEventImpl extends FlowableEngageEventImpl implements FlowableMessageReadEvent
| Modifier and Type | Field and Description | 
|---|---|
| protected String | conversationId | 
| protected String | messageId | 
| protected Date | messageTimestamp | 
| protected String | userId | 
| Constructor and Description | 
|---|
| FlowableMessageReadEventImpl(String userId,
                            String conversationId,
                            String messageId,
                            Date messageTimestamp) | 
| 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 | 
getTypeprotected final String userId
protected final String conversationId
protected final String messageId
protected final Date messageTimestamp
public String getUserId()
FlowableMessageReadEventgetUserId in interface FlowableMessageReadEventpublic String getConversationId()
FlowableMessageReadEventgetConversationId in interface FlowableMessageReadEventpublic String getMessageId()
FlowableMessageReadEventgetMessageId in interface FlowableMessageReadEventpublic Date getMessageTimestamp()
FlowableMessageReadEventgetMessageTimestamp in interface FlowableMessageReadEventCopyright © 2019. All rights reserved.