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