org.camunda.bpm.engine.impl.externaltask
Class TopicFetchInstruction
java.lang.Object
org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
- All Implemented Interfaces:
- Serializable
public class TopicFetchInstruction
- extends Object
- implements Serializable
- Author:
- Thorben Lindhauer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
topicName
protected String topicName
variablesToFetch
protected List<String> variablesToFetch
lockDuration
protected long lockDuration
deserializeVariables
protected boolean deserializeVariables
TopicFetchInstruction
public TopicFetchInstruction(String topicName,
long lockDuration)
getVariablesToFetch
public List<String> getVariablesToFetch()
setVariablesToFetch
public void setVariablesToFetch(List<String> variablesToFetch)
getLockDuration
public Long getLockDuration()
getTopicName
public String getTopicName()
isDeserializeVariables
public boolean isDeserializeVariables()
setDeserializeVariables
public void setDeserializeVariables(boolean deserializeVariables)
Copyright © 2017 camunda services GmbH. All rights reserved.