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, org.flowable.common.engine.api.delegate.event.FlowableEvent

public class FlowableMessageReadEventImpl
extends FlowableEngageEventImpl
implements FlowableMessageReadEvent
Author:
Filip Hrisafov
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String conversationId  
    protected java.lang.String messageId  
    protected java.util.Date messageTimestamp  
    protected java.lang.String userId  

    Fields inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl

    type
  • Constructor Summary

    Constructors 
    Constructor Description
    FlowableMessageReadEventImpl​(java.lang.String userId, java.lang.String conversationId, java.lang.String messageId, java.util.Date messageTimestamp)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getConversationId()
    The id of the conversation in which the user is typing
    java.lang.String getMessageId()
    The id of the message that was read
    java.util.Date getMessageTimestamp()
    The timestamp of the message that was read.
    java.lang.String getUserId()
    The id of the user that is doing the typing

    Methods inherited from class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl

    getType

    Methods inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

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

    getType