public class MessageEventReceivedCmd extends Object implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
exclusive |
protected String |
executionId |
protected String |
messageName |
protected Map<String,Object> |
processVariables |
protected final String executionId
protected final String messageName
protected boolean exclusive
public MessageEventReceivedCmd(String messageName, String executionId, Map<String,Object> processVariables)
public Void execute(CommandContext commandContext)
Copyright © 2017. All rights reserved.