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 Map<String,Object> |
processVariablesLocal |
Constructor and 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) |
protected final String executionId
protected final String messageName
protected boolean exclusive
public MessageEventReceivedCmd(String messageName, String executionId, Map<String,Object> processVariables)
public MessageEventReceivedCmd(String messageName, String executionId, Map<String,Object> processVariables, Map<String,Object> processVariablesLocal)
public Void execute(CommandContext commandContext)
Copyright © 2019. All rights reserved.