public class ComponentExecutorCompletableAdapterFactory<T extends org.mule.runtime.api.meta.model.ComponentModel> extends Object implements org.mule.runtime.extension.api.runtime.operation.CompletableComponentExecutorFactory<T>
ComponentExecutorFactory into a CompletableComponentExecutorFactory.
The produced CompletableComponentExecutor instances will support mapping all the Lifecycle interfaces to the
adapted ComponentExecutor
| Constructor and Description |
|---|
ComponentExecutorCompletableAdapterFactory(org.mule.runtime.extension.api.runtime.operation.ComponentExecutorFactory<T> delegate) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.CompletableComponentExecutor<T> |
createExecutor(T componentModel,
Map<String,Object> parameters) |
public ComponentExecutorCompletableAdapterFactory(org.mule.runtime.extension.api.runtime.operation.ComponentExecutorFactory<T> delegate)
public org.mule.runtime.extension.api.runtime.operation.CompletableComponentExecutor<T> createExecutor(T componentModel, Map<String,Object> parameters)
createExecutor in interface org.mule.runtime.extension.api.runtime.operation.CompletableComponentExecutorFactory<T extends org.mule.runtime.api.meta.model.ComponentModel>Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.