public class AcquireExternalWorkerJobRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Duration |
lockDuration |
protected int |
numberOfRetries |
protected int |
numberOfTasks |
protected String |
scopeType |
protected String |
topic |
protected String |
workerId |
| Constructor and Description |
|---|
AcquireExternalWorkerJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getLockDuration() |
int |
getNumberOfRetries() |
int |
getNumberOfTasks() |
String |
getScopeType() |
String |
getTopic() |
String |
getWorkerId() |
void |
setLockDuration(Duration lockDuration) |
void |
setNumberOfRetries(int numberOfRetries) |
void |
setNumberOfTasks(int numberOfTasks) |
void |
setScopeType(String scopeType) |
void |
setTopic(String topic) |
void |
setWorkerId(String workerId) |
protected String topic
protected Duration lockDuration
protected int numberOfTasks
protected int numberOfRetries
protected String workerId
protected String scopeType
public String getTopic()
public void setTopic(String topic)
public Duration getLockDuration()
public void setLockDuration(Duration lockDuration)
public int getNumberOfTasks()
public void setNumberOfTasks(int numberOfTasks)
public int getNumberOfRetries()
public void setNumberOfRetries(int numberOfRetries)
public String getWorkerId()
public void setWorkerId(String workerId)
public String getScopeType()
public void setScopeType(String scopeType)
Copyright © 2020 Flowable. All rights reserved.