public interface ExternalTaskQueryTopicBuilder extends ExternalTaskQueryBuilder
Modifier and Type | Method and Description |
---|---|
ExternalTaskQueryTopicBuilder |
enableCustomObjectDeserialization()
Enable deserialization of variable values that are custom objects.
|
ExternalTaskQueryTopicBuilder |
variables(List<String> variables)
Define variables to fetch with all tasks for the current topic.
|
ExternalTaskQueryTopicBuilder |
variables(String... variables)
Define variables to fetch with all tasks for the current topic.
|
execute, topic
ExternalTaskQueryTopicBuilder variables(String... variables)
variables
- the variable names to fetch, if null all variables will be fetchedExternalTaskQueryTopicBuilder variables(List<String> variables)
variables
- the variable names to fetch, if null all variables will be fetchedExternalTaskQueryTopicBuilder enableCustomObjectDeserialization()
Copyright © 2017. All rights reserved.