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 ProcessManagerexecute()Undertakes the execution.
-
-
-
Method Detail
-
execute
ProcessManager execute() throws E extends java.lang.Throwable
Undertakes the execution.- Returns:
ProcessManagerto manage theProcessState.- Throws:
E- PossibleThrowablefrom execution.E extends java.lang.Throwable
-
-