Skip to content

Commit

Permalink
[RHPAM-4698] info about new timers
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Fanjul committed May 11, 2023
1 parent 12826e3 commit 19dd177
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ public boolean isValidStatus(Status status) {

}

public void scheduleNew(long taskId, long deadlineId, long delay, DeadlineType type);

public void schedule(long taskId, long deadlineId, long delay, DeadlineType type);

public void unschedule(long taskId, DeadlineType type);
Expand Down

0 comments on commit 19dd177

Please sign in to comment.