Interface PostRulesModuleSwappingTasksProvider
-
- All Known Implementing Classes:
DefaultPostRulesModuleSwappingTasksProvider
public interface PostRulesModuleSwappingTasksProviderInterface providing the abstraction for post rules module swapping task sequences
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.util.function.Supplier<java.lang.Object>>getTasks(RuleEngineActionResult result)Get list of suppliers for the post rules module swapping tasks
-
-
-
Method Detail
-
getTasks
java.util.List<java.util.function.Supplier<java.lang.Object>> getTasks(RuleEngineActionResult result)
Get list of suppliers for the post rules module swapping tasks- Parameters:
result- instance ofRuleEngineActionResult- Returns:
- list of suppliers executing the tasks
-
-