Uses of Interface
org.redisson.api.executor.TaskListener
-
Packages that use TaskListener Package Description org.redisson.api org.redisson.api.executor org.redisson.executor -
-
Uses of TaskListener in org.redisson.api
Methods in org.redisson.api that return types with arguments of type TaskListener Modifier and Type Method Description List<TaskListener>WorkerOptions. getListeners()Methods in org.redisson.api with parameters of type TaskListener Modifier and Type Method Description WorkerOptionsWorkerOptions. addListener(TaskListener listener)Adds task listener -
Uses of TaskListener in org.redisson.api.executor
Subinterfaces of TaskListener in org.redisson.api.executor Modifier and Type Interface Description interfaceTaskFailureListenerTask listener invoked when task was failed during executioninterfaceTaskFinishedListenerTask listener invoked when task was finishedinterfaceTaskStartedListenerTask listener invoked when task was startedinterfaceTaskSuccessListenerTask listener invoked when task was succeeded -
Uses of TaskListener in org.redisson.executor
Method parameters in org.redisson.executor with type arguments of type TaskListener Modifier and Type Method Description voidRedissonExecutorRemoteService. setListeners(List<TaskListener> listeners)
-