public class TopicFetchInstruction extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
| protected String | businessKey | 
| protected boolean | deserializeVariables | 
| protected List<QueryVariableValue> | filterVariables | 
| protected long | lockDuration | 
| protected String | topicName | 
| protected List<String> | variablesToFetch | 
| Constructor and Description | 
|---|
| TopicFetchInstruction(String topicName,
                     long lockDuration) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addFilterVariable(String name,
                 Object value) | 
| void | ensureVariablesInitialized() | 
| List<QueryVariableValue> | getFilterVariables() | 
| Long | getLockDuration() | 
| String | getTopicName() | 
| List<String> | getVariablesToFetch() | 
| boolean | isDeserializeVariables() | 
| void | setBusinessKey(String businessKey) | 
| void | setDeserializeVariables(boolean deserializeVariables) | 
| void | setFilterVariables(Map<String,Object> filterVariables) | 
| void | setVariablesToFetch(List<String> variablesToFetch) | 
protected String topicName
protected String businessKey
protected List<QueryVariableValue> filterVariables
protected long lockDuration
protected boolean deserializeVariables
public TopicFetchInstruction(String topicName, long lockDuration)
public void setBusinessKey(String businessKey)
public List<QueryVariableValue> getFilterVariables()
public Long getLockDuration()
public String getTopicName()
public boolean isDeserializeVariables()
public void setDeserializeVariables(boolean deserializeVariables)
public void ensureVariablesInitialized()
Copyright © 2018. All rights reserved.