Class FetchAndLockRequestDto
- java.lang.Object
-
- org.camunda.bpm.client.impl.RequestDto
-
- org.camunda.bpm.client.topic.impl.dto.FetchAndLockRequestDto
-
public class FetchAndLockRequestDto extends RequestDto
- Author:
- Tassilo Weidner
-
-
Field Summary
Fields Modifier and Type Field Description protected Long
asyncResponseTimeout
protected int
maxTasks
protected List<TopicRequestDto>
topics
protected boolean
usePriority
-
Fields inherited from class org.camunda.bpm.client.impl.RequestDto
workerId
-
-
Constructor Summary
Constructors Constructor Description FetchAndLockRequestDto(String workerId, int maxTasks, Long asyncResponseTimeout, List<TopicRequestDto> topics)
FetchAndLockRequestDto(String workerId, int maxTasks, Long asyncResponseTimeout, List<TopicRequestDto> topics, boolean usePriority)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getAsyncResponseTimeout()
int
getMaxTasks()
List<TopicRequestDto>
getTopics()
boolean
isUsePriority()
-
Methods inherited from class org.camunda.bpm.client.impl.RequestDto
getWorkerId
-
-
-
-
Field Detail
-
maxTasks
protected int maxTasks
-
usePriority
protected boolean usePriority
-
asyncResponseTimeout
protected Long asyncResponseTimeout
-
topics
protected List<TopicRequestDto> topics
-
-
Constructor Detail
-
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)
-
-
Method Detail
-
getMaxTasks
public int getMaxTasks()
-
isUsePriority
public boolean isUsePriority()
-
getTopics
public List<TopicRequestDto> getTopics()
-
getAsyncResponseTimeout
public Long getAsyncResponseTimeout()
-
-