Class ExecutableMessage
java.lang.Object
io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableMessage
- All Implemented Interfaces:
ExecutableFlowElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.camunda.zeebe.el.ExpressionReturns the message name, if it has been resolved previously (and is independent of the variable context).io.camunda.zeebe.el.ExpressionvoidsetCorrelationKeyExpression(io.camunda.zeebe.el.Expression correlationKey) voidsetMessageName(String messageName) voidsetMessageNameExpression(io.camunda.zeebe.el.Expression messageName) Methods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
getElementType, getEventType, getFlowScope, getId, setElementType, setEventType, setFlowScope
-
Constructor Details
-
ExecutableMessage
-
-
Method Details
-
getCorrelationKeyExpression
public io.camunda.zeebe.el.Expression getCorrelationKeyExpression() -
setCorrelationKeyExpression
public void setCorrelationKeyExpression(io.camunda.zeebe.el.Expression correlationKey) -
getMessageNameExpression
public io.camunda.zeebe.el.Expression getMessageNameExpression() -
setMessageNameExpression
public void setMessageNameExpression(io.camunda.zeebe.el.Expression messageName) -
getMessageName
Returns the message name, if it has been resolved previously (and is independent of the variable context). If this returns an emptyOptionalthen the message name must be resolved by evaluatinggetMessageNameExpression()- Returns:
- the message name, if it has been resolved previously (and is independent of the * variable context)
-
setMessageName
-