Uses of Interface
org.redisson.executor.TasksInjector
-
Packages that use TasksInjector Package Description org.redisson.api org.redisson.executor -
-
Uses of TasksInjector in org.redisson.api
Methods in org.redisson.api that return TasksInjector Modifier and Type Method Description TasksInjectorWorkerOptions. getTasksInjector() -
Uses of TasksInjector in org.redisson.executor
Classes in org.redisson.executor that implement TasksInjector Modifier and Type Class Description classSpringTasksInjectorMethods in org.redisson.executor with parameters of type TasksInjector Modifier and Type Method Description voidTasksRunnerService. setTasksInjector(TasksInjector tasksInjector)
-