| Package | Description |
|---|---|
| me.lucko.helper.scheduler |
| Modifier and Type | Method and Description |
|---|---|
default 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.Delayed.every(long ticks)
Marks that the new task should repeat on the specified interval,
and returns the next builder in the chain.
|
default 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.Delayed.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 © 2017. All rights reserved.