T - the type of the class in which the implementing method is declaredpublic final class CompletableOperationExecutorFactory<T,M extends org.mule.runtime.api.meta.model.ComponentModel> extends Object implements org.mule.runtime.extension.api.runtime.operation.CompletableComponentExecutorFactory<M>
CompletableComponentExecutorFactory which produces instances of
CompletableMethodOperationExecutor.| Constructor and Description |
|---|
CompletableOperationExecutorFactory(Class<T> implementationClass,
Method operationMethod) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.CompletableComponentExecutor<M> |
createExecutor(M operationModel,
Map<String,Object> parameters) |
public org.mule.runtime.extension.api.runtime.operation.CompletableComponentExecutor<M> createExecutor(M operationModel, Map<String,Object> parameters)
createExecutor in interface org.mule.runtime.extension.api.runtime.operation.CompletableComponentExecutorFactory<M extends org.mule.runtime.api.meta.model.ComponentModel>Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.