Class RetryAfter

    • Constructor Detail

      • RetryAfter

        public RetryAfter()
    • Method Detail

      • delaySeconds

        protected abstract scala.Option<java.lang.Long> delaySeconds()
      • dateTime

        protected abstract scala.Option<DateTime> dateTime()
      • getDelaySeconds

        public java.util.Optional<java.lang.Long> getDelaySeconds()
        number of seconds for the retry attempt, if available
      • getDateTime

        public java.util.Optional<DateTime> getDateTime()
        the date for the retry attempt, if available
      • create

        public static RetryAfter create​(java.lang.Long delaySeconds)