Class RetryTrackerSingleton


  • public class RetryTrackerSingleton
    extends Object
    This class helps make sure that messages which fail are not endlessly retried.
    • Constructor Detail

      • RetryTrackerSingleton

        public RetryTrackerSingleton()
    • Method Detail

      • getMaximumLimitRetries

        public int getMaximumLimitRetries()
      • maxRetriesReached

        public boolean maxRetriesReached​(String msgId)
      • incrementRetries

        public int incrementRetries​(String msgId)
      • clearRetries

        public void clearRetries​(String msgId)