Interface DeadExecutionHandler<T>
-
- All Known Implementing Classes:
DeadExecutionHandler.CancelDeadExecution,DeadExecutionHandler.ReviveDeadExecution
public interface DeadExecutionHandler<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDeadExecutionHandler.CancelDeadExecution<T>static classDeadExecutionHandler.ReviveDeadExecution<T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeadExecution(ExecutionComplete executionComplete, ExecutionOperations<T> executionOperations)
-
-
-
Method Detail
-
deadExecution
void deadExecution(ExecutionComplete executionComplete, ExecutionOperations<T> executionOperations)
-
-