Class ZeebePublishMessageImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
io.camunda.zeebe.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
io.camunda.zeebe.model.bpmn.impl.instance.zeebe.ZeebePublishMessageImpl
- All Implemented Interfaces:
BpmnModelElementInstance,ZeebePublishMessage,org.camunda.bpm.model.xml.instance.ModelElementInstance
public class ZeebePublishMessageImpl
extends BpmnModelElementInstanceImpl
implements ZeebePublishMessage
-
Field Summary
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance -
Constructor Summary
ConstructorsConstructorDescriptionZeebePublishMessageImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregisterType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) voidsetCorrelationKey(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 class io.camunda.zeebe.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
builder, getScope, isScopeMethods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
ZeebePublishMessageImpl
public ZeebePublishMessageImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
-
-
Method Details
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) -
getCorrelationKey
- Specified by:
getCorrelationKeyin interfaceZeebePublishMessage- Returns:
- the correlation key of the message
-
setCorrelationKey
Description copied from interface:ZeebePublishMessageSets the correlation key of the message.- Specified by:
setCorrelationKeyin interfaceZeebePublishMessage- Parameters:
correlationKey- the correlation key of the message
-
getMessageId
- Specified by:
getMessageIdin interfaceZeebePublishMessage- Returns:
- the id of the message
-
setMessageId
Description copied from interface:ZeebePublishMessageSets the id of the message.- Specified by:
setMessageIdin interfaceZeebePublishMessage- Parameters:
messageId- the id of the message
-
getTimeToLive
- Specified by:
getTimeToLivein interfaceZeebePublishMessage- Returns:
- the time to live of the message
-
setTimeToLive
Description copied from interface:ZeebePublishMessageSets the time to live of the message.- Specified by:
setTimeToLivein interfaceZeebePublishMessage- Parameters:
timeToLive- the time to live of the message
-