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 TypeMethodDescriptionReturns the message name, if it has been resolved previously (and is independent of the variable context).voidsetCorrelationKeyExpression(Expression correlationKey) voidsetMessageName(String messageName) voidsetMessageNameExpression(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
-
setCorrelationKeyExpression
-
getMessageNameExpression
-
setMessageNameExpression
-
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
-