Package de.mhus.con.api
Interface ExecutionInterceptorPlugin
-
- All Superinterfaces:
ConductorPlugin
public interface ExecutionInterceptorPlugin extends ConductorPlugin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecuteBegin(Conductor con, String lifecycle, Steps steps)voidexecuteBegin(Context context)voidexecuteEnd(Conductor con, String lifecycle, Steps steps, List<ErrorInfo> errors)voidexecuteEnd(Context context, boolean done)voidexecuteError(Context context, Throwable t)
-