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