Class FlowableMessageReadEventImpl
java.lang.Object
org.flowable.common.engine.impl.event.FlowableEventImpl
com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
com.flowable.engage.engine.delegate.event.impl.FlowableMessageReadEventImpl
- All Implemented Interfaces:
FlowableEngageEvent,FlowableMessageReadEvent,FlowableEvent
public class FlowableMessageReadEventImpl
extends FlowableEngageEventImpl
implements FlowableMessageReadEvent
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final Stringprotected final Dateprotected final StringFields inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
type -
Constructor Summary
ConstructorsConstructorDescriptionFlowableMessageReadEventImpl(String userId, String conversationId, String messageId, Date messageTimestamp) -
Method Summary
Modifier and TypeMethodDescriptionThe id of the conversation in which the user is typingThe id of the message that was readThe timestamp of the message that was read.The id of the user that is doing the typingMethods inherited from class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
getTypeMethods inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Field Details
-
userId
-
conversationId
-
messageId
-
messageTimestamp
-
-
Constructor Details
-
FlowableMessageReadEventImpl
-
-
Method Details
-
getUserId
Description copied from interface:FlowableMessageReadEventThe id of the user that is doing the typing- Specified by:
getUserIdin interfaceFlowableMessageReadEvent- Returns:
- the id of the user that is doing the typing
-
getConversationId
Description copied from interface:FlowableMessageReadEventThe id of the conversation in which the user is typing- Specified by:
getConversationIdin interfaceFlowableMessageReadEvent- Returns:
- the id of the conversation
-
getMessageId
Description copied from interface:FlowableMessageReadEventThe id of the message that was read- Specified by:
getMessageIdin interfaceFlowableMessageReadEvent- Returns:
- the id of the message that was read
-
getMessageTimestamp
Description copied from interface:FlowableMessageReadEventThe timestamp of the message that was read. NOTE: This is not the timestamp of the read event, but the creation time of the message.- Specified by:
getMessageTimestampin interfaceFlowableMessageReadEvent- Returns:
- the message timestamp
-