Package org.frankframework.larva.actions
Class LarvaActionFactory
java.lang.Object
org.frankframework.larva.actions.LarvaActionFactory
This class is used to create and manage the lifecycle of Larva actions.
-
Constructor Summary
ConstructorsConstructorDescriptionLarvaActionFactory
(LarvaTool larvaTool, TestExecutionObserver testExecutionObserver) -
Method Summary
Modifier and TypeMethodDescriptionboolean
closeLarvaActions
(Scenario scenario, Map<String, LarvaScenarioAction> larvaActions) createLarvaActions
(Scenario scenario, org.springframework.context.ApplicationContext applicationContext, String correlationId)
-
Constructor Details
-
LarvaActionFactory
-
-
Method Details
-
createLarvaActions
@Nonnull public Map<String,LarvaScenarioAction> createLarvaActions(Scenario scenario, org.springframework.context.ApplicationContext applicationContext, String correlationId) -
closeLarvaActions
-