public class TopicFetchInstruction extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
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() |
void |
setVariablesToFetch(List<String> variablesToFetch) |
Copyright © 2018. All rights reserved.