|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExternalTaskQueryBuilder
Method Summary | |
---|---|
List<LockedExternalTask> |
execute()
Performs the fetching. |
ExternalTaskQueryTopicBuilder |
topic(String topicName,
long lockDuration)
Specifies that tasks of a topic should be fetched and locked for a certain amount of time |
Method Detail |
---|
ExternalTaskQueryTopicBuilder topic(String topicName, long lockDuration)
topicName
- the name of the topiclockDuration
- the duration in milliseconds for which tasks should be locked;
begins at the time of fetching
List<LockedExternalTask> execute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |