Package org.redisson.api.executor
Interface TaskFailureListener
-
- All Superinterfaces:
EventListener
,TaskListener
public interface TaskFailureListener extends TaskListener
Task listener invoked when task was failed during execution- Author:
- Nikita Koksharov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFailed(String taskId, Throwable exception)
Invoked when task was failed during execution
-