Interface ManagedExecutionFactory
-
- All Known Implementing Classes:
ManagedExecutionFactoryImpl
public interface ManagedExecutionFactoryFactory for theManagedExecution.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <E extends java.lang.Throwable>
ManagedExecution<E>createManagedExecution(Executive executive, Execution<E> execution)Creates theManagedExecution.
-
-
-
Method Detail
-
createManagedExecution
<E extends java.lang.Throwable> ManagedExecution<E> createManagedExecution(Executive executive, Execution<E> execution)
Creates theManagedExecution.- Type Parameters:
E- PossibleEscalationfromExecution.- Parameters:
executive-Executive.execution-Execution.- Returns:
ManagedExecution.
-
-