Class ClientConfiguration

  • Direct Known Subclasses:
    ClientProperties

    public class ClientConfiguration
    extends java.lang.Object
    • Field Detail

      • baseUrl

        protected java.lang.String baseUrl
      • workerId

        protected java.lang.String workerId
      • maxTasks

        protected java.lang.Integer maxTasks
      • usePriority

        protected java.lang.Boolean usePriority
      • defaultSerializationFormat

        protected java.lang.String defaultSerializationFormat
      • dateFormat

        protected java.lang.String dateFormat
      • asyncResponseTimeout

        protected java.lang.Long asyncResponseTimeout
      • lockDuration

        protected java.lang.Long lockDuration
      • disableAutoFetching

        protected java.lang.Boolean disableAutoFetching
      • disableBackoffStrategy

        protected java.lang.Boolean disableBackoffStrategy
    • Constructor Detail

      • ClientConfiguration

        public ClientConfiguration()
    • Method Detail

      • getBaseUrl

        public java.lang.String getBaseUrl()
      • setBaseUrl

        public void setBaseUrl​(java.lang.String baseUrl)
      • getMaxTasks

        public java.lang.Integer getMaxTasks()
      • setMaxTasks

        public void setMaxTasks​(java.lang.Integer maxTasks)
      • getWorkerId

        public java.lang.String getWorkerId()
      • setWorkerId

        public void setWorkerId​(java.lang.String workerId)
      • getAsyncResponseTimeout

        public java.lang.Long getAsyncResponseTimeout()
      • setAsyncResponseTimeout

        public void setAsyncResponseTimeout​(java.lang.Long asyncResponseTimeout)
      • getLockDuration

        public java.lang.Long getLockDuration()
      • setLockDuration

        public void setLockDuration​(java.lang.Long lockDuration)
      • getDateFormat

        public java.lang.String getDateFormat()
      • setDateFormat

        public void setDateFormat​(java.lang.String dateFormat)
      • getDefaultSerializationFormat

        public java.lang.String getDefaultSerializationFormat()
      • setDefaultSerializationFormat

        public void setDefaultSerializationFormat​(java.lang.String defaultSerializationFormat)
      • getUsePriority

        public java.lang.Boolean getUsePriority()
      • setUsePriority

        public void setUsePriority​(java.lang.Boolean usePriority)
      • getDisableAutoFetching

        public java.lang.Boolean getDisableAutoFetching()
      • setDisableAutoFetching

        public void setDisableAutoFetching​(java.lang.Boolean disableAutoFetching)
      • getDisableBackoffStrategy

        public java.lang.Boolean getDisableBackoffStrategy()
      • setDisableBackoffStrategy

        public void setDisableBackoffStrategy​(java.lang.Boolean disableBackoffStrategy)
      • isNull

        protected static boolean isNull​(java.lang.String value)
      • isNull

        protected static boolean isNull​(long value)
      • isNull

        protected static boolean isNull​(int value)