Class AbstractScheduledService.CustomScheduler.Schedule
- java.lang.Object
-
- com.google.common.util.concurrent.AbstractScheduledService.CustomScheduler.Schedule
-
- Enclosing class:
- AbstractScheduledService.CustomScheduler
@Beta protected static final class AbstractScheduledService.CustomScheduler.Schedule extends java.lang.Object
A value object that represents an absolute delay until a task should be invoked.- Since:
- 11.0
-
-
Constructor Summary
Constructors Constructor Description Schedule(long delay, java.util.concurrent.TimeUnit unit)
-