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>
- Author:
- Daniel Meyer, Joram Barrez
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionMessageEventReceivedCmd
(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
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