Interface SchedulingPolicy

    • Method Detail

      • getScheduledTime

        long getScheduledTime​(long time)
        Computes next time for the trigger relative to the time specified in param.
        Parameters:
        time - relative moment in time
        Returns:
        java time for next event or -1 if there would be no more events
      • getDescription

        String getDescription()