Interface ZeebePublishMessage

All Superinterfaces:
BpmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
All Known Implementing Classes:
ZeebePublishMessageImpl

public interface ZeebePublishMessage extends BpmnModelElementInstance
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    void
    setCorrelationKey(String correlationKey)
    Sets the correlation key of the message.
    void
    setMessageId(String messageId)
    Sets the id of the message.
    void
    setTimeToLive(String timeToLive)
    Sets the time to live of the message.

    Methods inherited from interface io.camunda.zeebe.model.bpmn.instance.BpmnModelElementInstance

    builder, getScope, isScope

    Methods 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

      void setCorrelationKey(String correlationKey)
      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

      void setMessageId(String messageId)
      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

      void setTimeToLive(String timeToLive)
      Sets the time to live of the message.
      Parameters:
      timeToLive - the time to live of the message