Class DeadExecutionHandler.CancelDeadExecution<T>
- java.lang.Object
-
- com.github.kagkarlsson.scheduler.task.DeadExecutionHandler.CancelDeadExecution<T>
-
- All Implemented Interfaces:
DeadExecutionHandler<T>
- Enclosing interface:
- DeadExecutionHandler<T>
public static class DeadExecutionHandler.CancelDeadExecution<T> extends Object implements DeadExecutionHandler<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.github.kagkarlsson.scheduler.task.DeadExecutionHandler
DeadExecutionHandler.CancelDeadExecution<T>, DeadExecutionHandler.ReviveDeadExecution<T>
-
-
Constructor Summary
Constructors Constructor Description CancelDeadExecution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeadExecution(ExecutionComplete executionComplete, ExecutionOperations<T> executionOperations)
-
-
-
Method Detail
-
deadExecution
public void deadExecution(ExecutionComplete executionComplete, ExecutionOperations<T> executionOperations)
- Specified by:
deadExecutionin interfaceDeadExecutionHandler<T>
-
-