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<MessageCorrelationResult>
public class CorrelateMessageCmd
- extends AbstractCorrelateMessageCmd
- implements Command<MessageCorrelationResult>
- Author:
- Thorben Lindhauer, Daniel Meyer, Michael Scholz, Christopher Zell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CorrelateMessageCmd
public CorrelateMessageCmd(MessageCorrelationBuilderImpl messageCorrelationBuilderImpl)
- Initialize the command with a builder
- Parameters:
messageCorrelationBuilderImpl -
execute
public MessageCorrelationResult execute(CommandContext commandContext)
- Specified by:
execute in interface Command<MessageCorrelationResult>
Copyright © 2016 camunda services GmbH. All rights reserved.