Uses of Class
cn.boboweike.carrot.server.runner.AbstractBackgroundTaskRunner.BackgroundTaskWorker
-
Packages that use AbstractBackgroundTaskRunner.BackgroundTaskWorker Package Description cn.boboweike.carrot.server.runner -
-
Uses of AbstractBackgroundTaskRunner.BackgroundTaskWorker in cn.boboweike.carrot.server.runner
Subclasses of AbstractBackgroundTaskRunner.BackgroundTaskWorker in cn.boboweike.carrot.server.runner Modifier and Type Class Description protected static classBackgroundStaticFieldTaskWithoutIocRunner.StaticFieldBackgroundTaskWorkerprotected static classBackgroundStaticTaskWithoutIocRunner.StaticBackgroundTaskWorkerprotected static classBackgroundTaskWithIocRunner.BackgroundForIoCTaskLambdaWorkerprotected static classBackgroundTaskWithoutIocRunner.BackgroundForTaskLambdaWorkerMethods in cn.boboweike.carrot.server.runner that return AbstractBackgroundTaskRunner.BackgroundTaskWorker Modifier and Type Method Description protected abstract AbstractBackgroundTaskRunner.BackgroundTaskWorkerAbstractBackgroundTaskRunner. getBackgroundTaskWorker(Task task)protected AbstractBackgroundTaskRunner.BackgroundTaskWorkerBackgroundStaticFieldTaskWithoutIocRunner. getBackgroundTaskWorker(Task task)protected AbstractBackgroundTaskRunner.BackgroundTaskWorkerBackgroundStaticTaskWithoutIocRunner. getBackgroundTaskWorker(Task task)protected AbstractBackgroundTaskRunner.BackgroundTaskWorkerBackgroundTaskWithIocRunner. getBackgroundTaskWorker(Task task)protected AbstractBackgroundTaskRunner.BackgroundTaskWorkerBackgroundTaskWithoutIocRunner. getBackgroundTaskWorker(Task task)
-