Interface DeadExecutionHandler<T>
- All Known Implementing Classes:
DeadExecutionHandler.CancelDeadExecution,DeadExecutionHandler.ReviveDeadExecution
public interface DeadExecutionHandler<T>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionvoiddeadExecution(ExecutionComplete executionComplete, ExecutionOperations<T> executionOperations)
-
Method Details
-
deadExecution
-