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) |
void |
setComponentDecoratorFactory(CursorComponentDecoratorFactory componentDecoratorFactory) |
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>public void setComponentDecoratorFactory(CursorComponentDecoratorFactory componentDecoratorFactory)
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.