| Constructor and Description |
|---|
JobsDelayDSL(long delay) |
| Modifier and Type | Method and Description |
|---|---|
ScheduledFuture<Void> |
days(Runnable action) |
ScheduledFuture<Void> |
hours(Runnable action) |
ScheduledFuture<Void> |
microseconds(Runnable action) |
ScheduledFuture<Void> |
milliseconds(Runnable action) |
ScheduledFuture<Void> |
minutes(Runnable action) |
ScheduledFuture<Void> |
nanoseconds(Runnable action) |
ScheduledFuture<Void> |
seconds(Runnable action) |
public ScheduledFuture<Void> nanoseconds(Runnable action)
public ScheduledFuture<Void> microseconds(Runnable action)
public ScheduledFuture<Void> milliseconds(Runnable action)
public ScheduledFuture<Void> seconds(Runnable action)
public ScheduledFuture<Void> minutes(Runnable action)
public ScheduledFuture<Void> hours(Runnable action)
public ScheduledFuture<Void> days(Runnable action)
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.