org.camunda.bpm.engine.impl.cmd
Class CorrelateMessageCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
org.camunda.bpm.engine.impl.cmd.CorrelateMessageCmd
- All Implemented Interfaces:
- Command<Void>
public class CorrelateMessageCmd
- extends AbstractCorrelateMessageCmd
- Author:
- Thorben Lindhauer, Daniel Meyer, Michael Scholz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CorrelateMessageCmd
public CorrelateMessageCmd(String messageName,
String businessKey,
Map<String,Object> correlationKeys,
Map<String,Object> processVariables)
CorrelateMessageCmd
public CorrelateMessageCmd(MessageCorrelationBuilderImpl messageCorrelationBuilderImpl)
- Initialize the command with a builder
- Parameters:
messageCorrelationBuilderImpl -
execute
public Void execute(CommandContext commandContext)
Copyright © 2016 camunda services GmbH. All rights reserved.