Module dev.mccue.guava.concurrent
Package dev.mccue.guava.concurrent
Class AbstractScheduledService.CustomScheduler.Schedule
java.lang.Object
dev.mccue.guava.concurrent.AbstractScheduledService.CustomScheduler.Schedule
- Enclosing class:
- AbstractScheduledService.CustomScheduler
A value object that represents an absolute delay until a task should be invoked.
- Since:
- 11.0
- Author:
- Luke Sandberg
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Schedule
- Parameters:
delay
- the time from now to delay executionunit
- the time unit of the delay parameter
-
Schedule
- Parameters:
delay
- the time from now to delay execution- Since:
- 31.1
-