Class SimpleScheduler.IntervalTrigger

    • Constructor Detail

    • Method Detail

      • getNextFireTime

        public Instant getNextFireTime()
        Returns:
        the next time at which the trigger is scheduled to fire, or null if it will not fire again
      • getPreviousFireTime

        public Instant getPreviousFireTime()
        Returns:
        the previous time at which the trigger fired, or null if it has not fired yet