Interface ManagedExecution<E extends java.lang.Throwable>
-
public interface ManagedExecution<E extends java.lang.Throwable>
Managed execution.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessManager
managedExecute()
Undertakes the execution.
-
-
-
Method Detail
-
managedExecute
ProcessManager managedExecute() throws E extends java.lang.Throwable
Undertakes the execution.- Returns:
ProcessManager
to manage theProcessState
.- Throws:
E
- PossibleThrowable
from execution.E extends java.lang.Throwable
-
-