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