Interface FlowableMessageUpdatedEvent

All Superinterfaces:
FlowableEngageEvent, FlowableEvent
All Known Implementing Classes:
FlowableMessageUpdateEventImpl

public interface FlowableMessageUpdatedEvent extends FlowableEngageEvent
Author:
Luis Belloch
  • Method Summary

    Modifier and Type
    Method
    Description
    The message that was updated
    The id of the user that is doing the update action

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

    getType
  • Method Details

    • getUserId

      String getUserId()
      The id of the user that is doing the update action
      Returns:
      the id of the user that is doing the update action
    • getMessage

      Message getMessage()
      The message that was updated
      Returns:
      the message that was updated