Interface ScheduledExecutions.Builder

  • Method Details

    • nextExecutedAt

      ScheduledExecutions.Builder nextExecutedAt(Instant nextExecutedAt)

      The timestamp of the next scheduled execution.

      Parameters:
      nextExecutedAt - The timestamp of the next scheduled execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastExecutedAt

      ScheduledExecutions.Builder lastExecutedAt(Instant lastExecutedAt)

      The timestamp of the last successful scheduled execution.

      Parameters:
      lastExecutedAt - The timestamp of the last successful scheduled execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.