| Modifier and Type | Interface and Description |
|---|---|
interface |
BackgroundJobWithProperties<V> |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeBackgroundJob |
class |
WeightedBackgroundJob<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> BackgroundJobStatus<T> |
BackgroundJobScheduler.scheduldeImmediately(BackgroundJob<T> job) |
<T> BackgroundJobStatus<T> |
BackgroundJobScheduler.schedule(BackgroundJob<T> job) |
<T> BackgroundJobStatus<T> |
BackgroundJobScheduler.schedule(String id,
BackgroundJob<T> job) |
| Constructor and Description |
|---|
CompositeBackgroundJob(String description,
BackgroundJob<?>... steps) |
WeightedBackgroundJob(BackgroundJob<T> decoratedJob,
int weight) |
Copyright © 2018. All Rights Reserved.