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) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(CommandContext commandContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
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 © 2022. All rights reserved.