Class TaskFailureListenerImpl

java.lang.Object
cn.sliew.carp.example.redisson.service.listener.TaskFailureListenerImpl
All Implemented Interfaces:
EventListener, org.redisson.api.executor.TaskFailureListener, org.redisson.api.executor.TaskListener

public class TaskFailureListenerImpl extends Object implements org.redisson.api.executor.TaskFailureListener
  • Constructor Details

    • TaskFailureListenerImpl

      public TaskFailureListenerImpl()
  • Method Details

    • onFailed

      public void onFailed(String taskId, Throwable exception)
      Specified by:
      onFailed in interface org.redisson.api.executor.TaskFailureListener