Class ClientConfiguration
- java.lang.Object
-
- org.camunda.bpm.client.spring.impl.client.ClientConfiguration
-
- Direct Known Subclasses:
ClientProperties
public class ClientConfiguration extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Long
asyncResponseTimeout
protected String
baseUrl
protected String
dateFormat
protected String
defaultSerializationFormat
protected Boolean
disableAutoFetching
protected Boolean
disableBackoffStrategy
protected Long
lockDuration
protected Integer
maxTasks
protected Boolean
usePriority
protected String
workerId
-
Constructor Summary
Constructors Constructor Description ClientConfiguration()
-
Method Summary
-
-
-
Field Detail
-
baseUrl
protected String baseUrl
-
workerId
protected String workerId
-
maxTasks
protected Integer maxTasks
-
usePriority
protected Boolean usePriority
-
defaultSerializationFormat
protected String defaultSerializationFormat
-
dateFormat
protected String dateFormat
-
asyncResponseTimeout
protected Long asyncResponseTimeout
-
lockDuration
protected Long lockDuration
-
disableAutoFetching
protected Boolean disableAutoFetching
-
disableBackoffStrategy
protected Boolean disableBackoffStrategy
-
-
Method Detail
-
getBaseUrl
public String getBaseUrl()
-
setBaseUrl
public void setBaseUrl(String baseUrl)
-
getMaxTasks
public Integer getMaxTasks()
-
setMaxTasks
public void setMaxTasks(Integer maxTasks)
-
getWorkerId
public String getWorkerId()
-
setWorkerId
public void setWorkerId(String workerId)
-
getAsyncResponseTimeout
public Long getAsyncResponseTimeout()
-
setAsyncResponseTimeout
public void setAsyncResponseTimeout(Long asyncResponseTimeout)
-
getLockDuration
public Long getLockDuration()
-
setLockDuration
public void setLockDuration(Long lockDuration)
-
getDateFormat
public String getDateFormat()
-
setDateFormat
public void setDateFormat(String dateFormat)
-
getDefaultSerializationFormat
public String getDefaultSerializationFormat()
-
setDefaultSerializationFormat
public void setDefaultSerializationFormat(String defaultSerializationFormat)
-
getUsePriority
public Boolean getUsePriority()
-
setUsePriority
public void setUsePriority(Boolean usePriority)
-
getDisableAutoFetching
public Boolean getDisableAutoFetching()
-
setDisableAutoFetching
public void setDisableAutoFetching(Boolean disableAutoFetching)
-
getDisableBackoffStrategy
public Boolean getDisableBackoffStrategy()
-
setDisableBackoffStrategy
public void setDisableBackoffStrategy(Boolean disableBackoffStrategy)
-
fromAnnotation
public void fromAnnotation(EnableExternalTaskClient annotation)
-
isNull
protected static boolean isNull(String value)
-
isNull
protected static boolean isNull(long value)
-
isNull
protected static boolean isNull(int value)
-
-