Class ClientConfiguration

java.lang.Object
org.camunda.bpm.client.spring.impl.client.ClientConfiguration
Direct Known Subclasses:
ClientProperties

public class ClientConfiguration extends Object
  • Field Details

    • 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
  • Constructor Details

    • ClientConfiguration

      public ClientConfiguration()
  • Method Details

    • 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)