Interface PostFlowExecution
-
- All Superinterfaces:
QuickInfoSupporter
- All Known Implementing Classes:
AbstractPostFlowExecution
,FromFile
,Null
,RemoveFiles
public interface PostFlowExecution extends QuickInfoSupporter
Interface for class that configure an actor to execute after the flow got executed.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Actor
configureExecution(MessageCollection errors)
Configures the actor to execute when the flow stops with an error (including calling setUp()).-
Methods inherited from interface adams.core.QuickInfoSupporter
getQuickInfo
-
-
-
-
Method Detail
-
configureExecution
Actor configureExecution(MessageCollection errors)
Configures the actor to execute when the flow stops with an error (including calling setUp()).- Parameters:
errors
- for collecting errors during configuration- Returns:
- the actor, null if none generated
-
-