Interface FlowableMessageEvent

All Superinterfaces:
FlowableActivityEvent, org.flowable.common.engine.api.delegate.event.FlowableEngineEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent
All Known Implementing Classes:
FlowableMessageEventImpl

public interface FlowableMessageEvent extends FlowableActivityEvent
An FlowableEvent related to an message being sent to an activity.
Author:
Frederik Heremans
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from interface org.flowable.engine.delegate.event.FlowableActivityEvent

    getActivityId, getActivityName, getActivityType, getBehaviorClass

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

    getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId

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

    getType
  • Method Details

    • getMessageName

      String getMessageName()
      Returns:
      the name of the message.
    • getMessageData

      Object getMessageData()
      Returns:
      the payload that was passed when sending the message. Returns null, if no payload was passed.