Package org.camunda.bpm.engine.impl.cmd
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanexclusiveprotected StringexecutionIdprotected StringmessageNameprotected Map<String,Object>processVariablesprotected Map<String,Object>processVariablesLocal
-
Constructor Summary
Constructors Constructor Description MessageEventReceivedCmd(String messageName, String executionId, Map<String,Object> processVariables)MessageEventReceivedCmd(String messageName, String executionId, Map<String,Object> processVariables, Map<String,Object> processVariablesLocal)MessageEventReceivedCmd(String messageName, String executionId, Map<String,Object> processVariables, Map<String,Object> processVariablesLocal, boolean exclusive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(CommandContext commandContext)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
Constructor Detail
-
MessageEventReceivedCmd
public MessageEventReceivedCmd(String messageName, String executionId, Map<String,Object> processVariables)
-
MessageEventReceivedCmd
public MessageEventReceivedCmd(String messageName, String executionId, Map<String,Object> processVariables, Map<String,Object> processVariablesLocal)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-