Class BasePollingOptions

    • Constructor Detail

      • BasePollingOptions

        protected BasePollingOptions​(Double initialDelaySec,
                                     Double intervalSec,
                                     Integer maxRetries,
                                     double defaultInitialDelaySec,
                                     double defaultIntervalSec,
                                     int defaultMaxRetries,
                                     double minInitialDelaySec,
                                     double minIntervalSec,
                                     int minMaxRetries)
    • Method Detail

      • getInitialDelaySec

        public Double getInitialDelaySec()
        Wait this many seconds before the first polling attempt.
      • getIntervalSec

        public Double getIntervalSec()
        Wait this many seconds between each polling attempt.
      • getMaxRetries

        public Integer getMaxRetries()
        Maximum number of times to poll.