public class TopicRequestDto extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
businessKey |
protected boolean |
includeExtensionProperties |
protected boolean |
localVariables |
protected long |
lockDuration |
protected String |
processDefinitionId |
protected List<String> |
processDefinitionIdIn |
protected String |
processDefinitionKey |
protected List<String> |
processDefinitionKeyIn |
protected String |
processDefinitionVersionTag |
protected Map<String,Object> |
processVariables |
protected List<String> |
tenantIdIn |
protected String |
topicName |
protected List<String> |
variables |
protected boolean |
withoutTenantId |
Constructor and Description |
---|
TopicRequestDto(String topicName,
long lockDuration,
List<String> variables,
String businessKey) |
protected String topicName
protected long lockDuration
protected boolean localVariables
protected String businessKey
protected String processDefinitionId
protected String processDefinitionKey
protected String processDefinitionVersionTag
protected boolean withoutTenantId
protected boolean includeExtensionProperties
public String getTopicName()
public long getLockDuration()
public boolean isLocalVariables()
public void setLocalVariables(boolean localVariables)
public String getBusinessKey()
public String getProcessDefinitionId()
public void setProcessDefinitionId(String processDefinitionId)
public String getProcessDefinitionKey()
public void setProcessDefinitionKey(String processDefinitionKey)
public String getProcessDefinitionVersionTag()
public void setProcessDefinitionVersionTag(String processDefinitionVersionTag)
public boolean isWithoutTenantId()
public void setWithoutTenantId(boolean withoutTenantId)
public boolean isIncludeExtensionProperties()
public void setIncludeExtensionProperties(boolean includeExtensionProperties)
public static TopicRequestDto fromTopicSubscription(TopicSubscription topicSubscription, long clientLockDuration)
Copyright © 2022. All rights reserved.