public class TopicFetchInstruction extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
deserializeVariables |
protected long |
lockDuration |
protected String |
topicName |
protected List<String> |
variablesToFetch |
Constructor and Description |
---|
TopicFetchInstruction(String topicName,
long lockDuration) |
Modifier and Type | Method and Description |
---|---|
Long |
getLockDuration() |
String |
getTopicName() |
List<String> |
getVariablesToFetch() |
boolean |
isDeserializeVariables() |
void |
setDeserializeVariables(boolean deserializeVariables) |
void |
setVariablesToFetch(List<String> variablesToFetch) |
protected String topicName
protected long lockDuration
protected boolean deserializeVariables
public TopicFetchInstruction(String topicName, long lockDuration)
Copyright © 2017. All rights reserved.