T - the type of the class in which the implementing method is declared@Deprecated public final class ReactiveOperationExecutorFactory<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 ComponentExecutorFactory.| Constructor and Description |
|---|
ReactiveOperationExecutorFactory(Class<T> implementationClass,
Method operationMethod)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.ComponentExecutor<M> |
createExecutor(M operationModel,
Map<String,Object> parameters)
Deprecated.
|
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–2020 MuleSoft, Inc.. All rights reserved.