Class FetchAndLockRequestDto
java.lang.Object
org.camunda.bpm.client.impl.RequestDto
org.camunda.bpm.client.topic.impl.dto.FetchAndLockRequestDto
- Author:
- Tassilo Weidner
-
Field Summary
Modifier and TypeFieldDescriptionprotected Long
protected int
protected List<SortingDto>
protected List<TopicRequestDto>
protected boolean
Fields inherited from class org.camunda.bpm.client.impl.RequestDto
workerId
-
Constructor Summary
ConstructorDescriptionFetchAndLockRequestDto
(String workerId, int maxTasks, Long asyncResponseTimeout, List<TopicRequestDto> topics) FetchAndLockRequestDto
(String workerId, int maxTasks, Long asyncResponseTimeout, List<TopicRequestDto> topics, boolean usePriority) FetchAndLockRequestDto
(String workerId, int maxTasks, Long asyncResponseTimeout, List<TopicRequestDto> topics, boolean usePriority, OrderingConfig orderingConfig) -
Method Summary
Methods inherited from class org.camunda.bpm.client.impl.RequestDto
getWorkerId
-
Field Details
-
maxTasks
protected int maxTasks -
usePriority
protected boolean usePriority -
asyncResponseTimeout
-
topics
-
sorting
-
-
Constructor Details
-
FetchAndLockRequestDto
public FetchAndLockRequestDto(String workerId, int maxTasks, Long asyncResponseTimeout, List<TopicRequestDto> topics) -
FetchAndLockRequestDto
public FetchAndLockRequestDto(String workerId, int maxTasks, Long asyncResponseTimeout, List<TopicRequestDto> topics, boolean usePriority) -
FetchAndLockRequestDto
public FetchAndLockRequestDto(String workerId, int maxTasks, Long asyncResponseTimeout, List<TopicRequestDto> topics, boolean usePriority, OrderingConfig orderingConfig)
-
-
Method Details
-
getMaxTasks
public int getMaxTasks() -
isUsePriority
public boolean isUsePriority() -
getTopics
-
getAsyncResponseTimeout
-
getSorting
-
setSorting
-