| Modifier and Type | Class and Description |
|---|---|
class |
BackgroundJobStatusDecorator<T> |
| Modifier and Type | Field and Description |
|---|---|
protected BackgroundJobStatus<T> |
BackgroundJobStatusDecorator.delegatee |
| Modifier and Type | Method and Description |
|---|---|
protected BackgroundJobStatus<?> |
BackgroundJobScheduler.executeNext() |
protected BackgroundJobStatus<T> |
BackgroundJobStatusDecorator.getDelegatee() |
BackgroundJobStatus<?> |
BackgroundJobScheduler.getJob(String id) |
<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) |
| Modifier and Type | Method and Description |
|---|---|
Collection<BackgroundJobStatus<?>> |
BackgroundJobScheduler.getJobs() |
| Constructor and Description |
|---|
BackgroundJobStatusDecorator(BackgroundJobStatus<T> delegatee) |
Copyright © 2018. All Rights Reserved.