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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
closeLarvaActions
(Map<String, LarvaScenarioAction> larvaActions) createLarvaActions
(Properties properties, org.springframework.context.ApplicationContext applicationContext, String correlationId)
-
Field Details
-
CLASS_NAME_PROPERTY_SUFFIX
- See Also:
-
-
Constructor Details
-
LarvaActionFactory
-
-
Method Details
-
createLarvaActions
public Map<String,LarvaScenarioAction> createLarvaActions(Properties properties, org.springframework.context.ApplicationContext applicationContext, String correlationId) -
closeLarvaActions
-