Interface ComponentExecutorFactory<T extends org.mule.runtime.api.meta.model.ComponentModel>
@Deprecated
public interface ComponentExecutorFactory<T extends org.mule.runtime.api.meta.model.ComponentModel>
Deprecated.
Creates
ComponentExecutor instances- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptioncreateExecutor(T componentModel, Map<String, Object> parameters) Deprecated.Creates a newComponentExecutor
-
Method Details
-
createExecutor
Deprecated.Creates a newComponentExecutor- Parameters:
componentModel- the model of the component to be executedparameters- parameters for initializing the executor- Returns:
- a new
ComponentExecutor
-
CompletableComponentExecutorFactoryinstead