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 -
Method Summary
Modifier and TypeMethodDescriptionvoiddeadExecution(ExecutionComplete executionComplete, ExecutionOperations<T> executionOperations)
-
Constructor Details
-
CancelDeadExecution
public CancelDeadExecution()
-
-
Method Details
-
deadExecution
public void deadExecution(ExecutionComplete executionComplete, ExecutionOperations<T> executionOperations) - Specified by:
deadExecutionin interfaceDeadExecutionHandler<T>
-