| Package | Description |
|---|---|
| me.lucko.helper.scheduler.builder |
| Modifier and Type | Method and Description |
|---|---|
ContextualTaskBuilder |
TaskBuilder.ThreadContextual.afterAndEvery(long ticks)
Marks that the new task should run after the specified delay,
then repeat on the specified interval, and returns the next builder in the chain.
|
ContextualTaskBuilder |
TaskBuilder.ThreadContextual.afterAndEvery(long duration,
TimeUnit unit)
Marks that the new task should run after the specified delay,
then repeat on the specified interval, and returns the next builder in the chain.
|
ContextualTaskBuilder |
TaskBuilder.ThreadContextual.every(long ticks)
Marks that the new task should start running instantly, but repeat on the specified interval,
and returns the next builder in the chain.
|
ContextualTaskBuilder |
TaskBuilder.DelayedTick.every(long ticks)
Marks that the new task should repeat on the specified interval,
and returns the next builder in the chain.
|
ContextualTaskBuilder |
TaskBuilder.ThreadContextual.every(long duration,
TimeUnit unit)
Marks that the new task should start running instantly, but repeat on the specified interval,
and returns the next builder in the chain.
|
ContextualTaskBuilder |
TaskBuilder.DelayedTime.every(long duration,
TimeUnit unit)
Marks that the new task should repeat on the specified interval,
and returns the next builder in the chain.
|
Copyright © 2020. All rights reserved.