Package org.redisson.api.executor
Interface TaskStartedListener
- All Superinterfaces:
EventListener,TaskListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Task listener invoked when task was started
- Author:
- Nikita Koksharov
-
Method Summary
-
Method Details
-
onStarted
Invoked when task was started- Parameters:
taskId- - id of task
-