Class ClientConfiguration

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

      • ClientConfiguration

        public ClientConfiguration()
    • 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)
      • isNull

        protected static boolean isNull​(String value)
      • isNull

        protected static boolean isNull​(long value)
      • isNull

        protected static boolean isNull​(int value)