Uses of Interface
cn.boboweike.carrot.server.TaskActivator
-
Packages that use TaskActivator Package Description cn.boboweike.carrot.configuration cn.boboweike.carrot.server cn.boboweike.carrot.server.runner -
-
Uses of TaskActivator in cn.boboweike.carrot.configuration
Methods in cn.boboweike.carrot.configuration with parameters of type TaskActivator Modifier and Type Method Description CarrotConfigurationCarrotConfiguration. useTaskActivator(TaskActivator taskActivator)TheTaskActivatoris used to resolve tasks from the IoC framework -
Uses of TaskActivator in cn.boboweike.carrot.server
Constructors in cn.boboweike.carrot.server with parameters of type TaskActivator Constructor Description BackgroundTaskServer(PartitionedStorageProvider storageProvider, TaskActivator taskActivator)BackgroundTaskServer(PartitionedStorageProvider storageProvider, TaskActivator taskActivator, BackgroundTaskServerConfiguration configuration) -
Uses of TaskActivator in cn.boboweike.carrot.server.runner
Constructors in cn.boboweike.carrot.server.runner with parameters of type TaskActivator Constructor Description BackgroundForIoCTaskLambdaWorker(TaskActivator taskActivator, Task task)BackgroundTaskWithIocRunner(TaskActivator taskActivator)
-