Package org.jobrunr.server.runner
Class BackgroundStaticJobWithoutIocRunner
- java.lang.Object
-
- org.jobrunr.server.runner.AbstractBackgroundJobRunner
-
- org.jobrunr.server.runner.BackgroundStaticJobWithoutIocRunner
-
- All Implemented Interfaces:
BackgroundJobRunner
public class BackgroundStaticJobWithoutIocRunner extends AbstractBackgroundJobRunner
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
BackgroundStaticJobWithoutIocRunner.StaticFieldBackgroundJobWorker
-
Nested classes/interfaces inherited from class org.jobrunr.server.runner.AbstractBackgroundJobRunner
AbstractBackgroundJobRunner.BackgroundJobWorker
-
-
Constructor Summary
Constructors Constructor Description BackgroundStaticJobWithoutIocRunner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractBackgroundJobRunner.BackgroundJobWorker
getBackgroundJobWorker(Job job)
boolean
supports(Job job)
-
Methods inherited from class org.jobrunr.server.runner.AbstractBackgroundJobRunner
run
-
-
-
-
Method Detail
-
supports
public boolean supports(Job job)
-
getBackgroundJobWorker
protected AbstractBackgroundJobRunner.BackgroundJobWorker getBackgroundJobWorker(Job job)
- Specified by:
getBackgroundJobWorker
in classAbstractBackgroundJobRunner
-
-