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