Interface PollingTaskHandler

    • Method Detail

      • getTaskDelays

        Map<String,​Long> getTaskDelays()
        Returns the remaining delays of the next execution for all tasks in seconds.
        If the next execution was cancelled or the task was not scheduled (??) then it won't be included in the map.
      • scheduleAwake

        void scheduleAwake​(Class<? extends PollingTask> pollingTaskType)
        Schedules an awake for the PollingTask of the given type after the current invocation ends