Interface ZeebePublishMessage
- All Superinterfaces:
BpmnModelElementInstance,org.camunda.bpm.model.xml.instance.ModelElementInstance
- All Known Implementing Classes:
ZeebePublishMessageImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCorrelationKey(String correlationKey) Sets the correlation key of the message.voidsetMessageId(String messageId) Sets the id of the message.voidsetTimeToLive(String timeToLive) Sets the time to live of the message.Methods inherited from interface io.camunda.zeebe.model.bpmn.instance.BpmnModelElementInstance
builder, getScope, isScopeMethods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
-
Method Details
-
getCorrelationKey
String getCorrelationKey()- Returns:
- the correlation key of the message
-
setCorrelationKey
Sets the correlation key of the message.- Parameters:
correlationKey- the correlation key of the message
-
getMessageId
String getMessageId()- Returns:
- the id of the message
-
setMessageId
Sets the id of the message.- Parameters:
messageId- the id of the message
-
getTimeToLive
String getTimeToLive()- Returns:
- the time to live of the message
-
setTimeToLive
Sets the time to live of the message.- Parameters:
timeToLive- the time to live of the message
-