Uses of Interface
com.flowable.engage.api.delegate.event.FlowableMessageReadEvent
Package | Description |
---|---|
com.flowable.engage.engine.delegate.event.impl | |
com.flowable.engage.rest.service.api.notification |
-
Uses of FlowableMessageReadEvent in com.flowable.engage.engine.delegate.event.impl
Classes in com.flowable.engage.engine.delegate.event.impl that implement FlowableMessageReadEvent Modifier and Type Class Description class
FlowableMessageReadEventImpl
Methods in com.flowable.engage.engine.delegate.event.impl that return FlowableMessageReadEvent Modifier and Type Method Description static FlowableMessageReadEvent
FlowableEngageEventBuilder. createMessageReadEvent(java.lang.String userId, java.lang.String conversationId, java.lang.String messageId, java.util.Date messageTimestamp)
-
Uses of FlowableMessageReadEvent in com.flowable.engage.rest.service.api.notification
Methods in com.flowable.engage.rest.service.api.notification with parameters of type FlowableMessageReadEvent Modifier and Type Method Description protected com.flowable.platform.notification.api.NotificationMessageProvider<java.lang.Object>
MessageReadEventListener. createMessageProvider(FlowableMessageReadEvent event, com.flowable.platform.notification.api.Notification notification)
protected com.flowable.platform.notification.api.NotificationMessageProvider<java.lang.Object>
MessageReadEventListener. createMessageProviderForParticipants(FlowableMessageReadEvent event, com.flowable.platform.notification.api.Notification notification)
protected java.util.Map<java.lang.String,java.lang.String>
MessageReadEventListener. createPayload(FlowableMessageReadEvent event)