google-nomulus/util
Lai Jiang d355da362f Make a few quality-of-life improvements in CloudTasksUtils (#1521)
* Make a few quality-of-life improvements in CloudTasksUtils

1. Update the method names. There are too many overloaded methods and it
   is hard to figure out which one does which without checking the
   javadoc.

2. Added a method in the task matcher to specify the delay time in
   DateTime, so the caller does not need to convert it to Timestamp.

3. Remove the expilict dependency on a clock when enqueueing a task with
   delay, the clock is now injected directly into the util instance
   itself.
2022-02-18 20:21:56 -05:00
..
gradle/dependency-locks Make a few quality-of-life improvements in CloudTasksUtils (#1521) 2022-02-18 20:21:56 -05:00
src Make a few quality-of-life improvements in CloudTasksUtils (#1521) 2022-02-18 20:21:56 -05:00
build.gradle Make a few quality-of-life improvements in CloudTasksUtils (#1521) 2022-02-18 20:21:56 -05:00