@Mixins(value=ScheduleFactory.Mixin.class) public interface ScheduleFactory
| Modifier and Type | Interface and Description |
|---|---|
static class |
ScheduleFactory.Mixin |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
newCronSchedule(Task task,
String cronExpression,
DateTime start,
boolean durable) |
Schedule |
newOnceSchedule(Task task,
DateTime runAt,
boolean durable) |