Uses of Interface
org.evolvis.tartools.backgroundjobs.BackgroundJob
-
-
Uses of BackgroundJob in org.evolvis.tartools.backgroundjobs
Subinterfaces of BackgroundJob in org.evolvis.tartools.backgroundjobs Modifier and Type Interface Description interfaceBackgroundJobWithProperties<V>Classes in org.evolvis.tartools.backgroundjobs that implement BackgroundJob Modifier and Type Class Description classCompositeBackgroundJobclassWeightedBackgroundJob<T>Methods in org.evolvis.tartools.backgroundjobs with parameters of type BackgroundJob Modifier and Type Method Description <T> BackgroundJobStatus<T>BackgroundJobScheduler. scheduldeImmediately(BackgroundJob<T> job)<T> BackgroundJobStatus<T>BackgroundJobScheduler. schedule(java.lang.String id, BackgroundJob<T> job)<T> BackgroundJobStatus<T>BackgroundJobScheduler. schedule(BackgroundJob<T> job)Constructors in org.evolvis.tartools.backgroundjobs with parameters of type BackgroundJob Constructor Description CompositeBackgroundJob(java.lang.String description, BackgroundJob<?>... steps)WeightedBackgroundJob(BackgroundJob<T> decoratedJob, int weight)
-