| Package | Description |
|---|---|
| org.mule.runtime.module.extension.internal.runtime.operation.construct |
| Modifier and Type | Method and Description |
|---|---|
static Operation.Builder |
MuleOperation.builder() |
Operation.Builder |
Operation.Builder.processors(List<Processor> processors)
Configures the message processors to execute as part of the operation.
|
Operation.Builder |
Operation.Builder.processors(Processor... processors)
Configures the message processors to execute as part of the operation.
|
Operation.Builder |
Operation.Builder.setMuleContext(MuleContext muleContext)
Configures the
MuleContext that owns the operation |
Operation.Builder |
Operation.Builder.setOperationModel(org.mule.runtime.api.meta.model.operation.OperationModel operationModel)
Configures the model that represents the produced operation
|
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.