Interface PostRulesModuleSwappingTasksProvider
- All Known Implementing Classes:
DefaultPostRulesModuleSwappingTasksProvider
public interface PostRulesModuleSwappingTasksProvider
Interface providing the abstraction for post rules module swapping task sequences
-
Method Summary
Modifier and TypeMethodDescriptiongetTasks(RuleEngineActionResult result) Get list of suppliers for the post rules module swapping tasks
-
Method Details
-
getTasks
Get list of suppliers for the post rules module swapping tasks- Parameters:
result- instance ofRuleEngineActionResult- Returns:
- list of suppliers executing the tasks
-