Uses of Interface
com.flowable.engage.api.delegate.event.FlowableMessageUpdatedEvent
Package | Description |
---|---|
com.flowable.engage.engine.delegate.event.impl | |
com.flowable.engage.rest.service.api.notification |
-
Uses of FlowableMessageUpdatedEvent in com.flowable.engage.engine.delegate.event.impl
Classes in com.flowable.engage.engine.delegate.event.impl that implement FlowableMessageUpdatedEvent Modifier and Type Class Description class
FlowableMessageUpdateEventImpl
Methods in com.flowable.engage.engine.delegate.event.impl that return FlowableMessageUpdatedEvent Modifier and Type Method Description static FlowableMessageUpdatedEvent
FlowableEngageEventBuilder. createMessageUpdatedEvent(java.lang.String userId, Message message)
-
Uses of FlowableMessageUpdatedEvent in com.flowable.engage.rest.service.api.notification
Methods in com.flowable.engage.rest.service.api.notification with parameters of type FlowableMessageUpdatedEvent Modifier and Type Method Description protected com.flowable.platform.notification.api.NotificationMessageProvider<java.lang.Object>
MessageUpdatedEventListener. createMessageProvider(FlowableMessageUpdatedEvent event, com.flowable.platform.notification.api.Notification notification)