Package org.redisson.api.executor
Interface TaskStartedListener
-
- All Superinterfaces:
EventListener
,TaskListener
public interface TaskStartedListener extends TaskListener
Task listener invoked when task was started- Author:
- Nikita Koksharov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onStarted(String taskId)
Invoked when task was started
-
-
-
Method Detail
-
onStarted
void onStarted(String taskId)
Invoked when task was started- Parameters:
taskId
- - id of task
-
-