Interface Task

All Known Subinterfaces:
Cron, FixedRate

public interface Task
Scheduled task.
  • Method Details

    • description

      String description()
      Human readable description of the task invocation interval.
      Returns:
      interval description
    • executor

      Executor used for invocation of scheduled tasks.
      Returns:
      used executor