Class QueueConfig

    • Constructor Detail

      • QueueConfig

        public QueueConfig()
    • Method Detail

      • updateTime

        public void updateTime()
      • updateRetryCount

        public boolean updateRetryCount​(int newRetryCount)
      • addDeadLetterQueue

        public boolean addDeadLetterQueue​(DeadLetterQueue deadLetterQueue)
      • updateVisibilityTimeout

        public boolean updateVisibilityTimeout​(long newTimeOut)
      • updateConcurrency

        public boolean updateConcurrency​(MinMax<java.lang.Integer> concurrency)
      • updatePriorityGroup

        public boolean updatePriorityGroup​(java.lang.String priorityGroup)
      • updatePriority

        public boolean updatePriority​(java.util.Map<java.lang.String,​java.lang.Integer> newPriority)
      • isDeadLetterQueue

        public boolean isDeadLetterQueue​(java.lang.String name)
      • hasDeadLetterQueue

        public boolean hasDeadLetterQueue()