Uses of Class
org.redisson.api.WorkerOptions
-
Packages that use WorkerOptions Package Description org.redisson org.redisson.api -
-
Uses of WorkerOptions in org.redisson
Methods in org.redisson with parameters of type WorkerOptions Modifier and Type Method Description voidRedissonExecutorService. registerWorkers(WorkerOptions options) -
Uses of WorkerOptions in org.redisson.api
Methods in org.redisson.api that return WorkerOptions Modifier and Type Method Description WorkerOptionsWorkerOptions. addListener(TaskListener listener)Adds task listenerWorkerOptionsWorkerOptions. beanFactory(org.springframework.beans.factory.BeanFactory beanFactory)Defines Spring BeanFactory instance to execute tasks with Spring's '@Autowired', '@Value' or JSR-330's '@Inject' annotation.static WorkerOptionsWorkerOptions. defaults()WorkerOptionsWorkerOptions. executorService(ExecutorService executorService)Defines custom ExecutorService to execute tasks.WorkerOptionsWorkerOptions. taskTimeout(long timeout, TimeUnit unit)Defines task timeout since task execution start momentWorkerOptionsWorkerOptions. workers(int workers)Defines workers amount used to execute tasks.Methods in org.redisson.api with parameters of type WorkerOptions Modifier and Type Method Description voidRExecutorService. registerWorkers(WorkerOptions options)Register workers
-