Class MessageEventReceivedCmd

java.lang.Object
org.camunda.bpm.engine.impl.cmd.MessageEventReceivedCmd
All Implemented Interfaces:
Serializable, Command<Void>

public class MessageEventReceivedCmd extends Object implements Command<Void>, Serializable
Author:
Daniel Meyer, Joram Barrez
See Also:
  • Field Details

    • executionId

      protected final String executionId
    • processVariables

      protected final Map<String,Object> processVariables
    • processVariablesLocal

      protected final Map<String,Object> processVariablesLocal
    • processVariablesToTriggeredScope

      protected final Map<String,Object> processVariablesToTriggeredScope
    • messageName

      protected final String messageName
    • exclusive

      protected boolean exclusive
  • Constructor Details

  • Method Details