InputPayload - The type of payload to be pushed in the mule-flowInputAttr - The type of attributes to be pushed in the mule-flowOutput - The type returned by the mule-flow executionpublic class SourceExecutor<InputPayload,InputAttr,Output> extends Object implements Function<org.mule.runtime.extension.api.runtime.operation.Result<InputPayload,InputAttr>,CompletableFuture<SourceExecutionResult<Output>>>
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SourceExecutionResult<Output>> |
apply(org.mule.runtime.extension.api.runtime.operation.Result<InputPayload,InputAttr> input)
Triggers the flow-execution
|
public CompletableFuture<SourceExecutionResult<Output>> apply(org.mule.runtime.extension.api.runtime.operation.Result<InputPayload,InputAttr> input)
apply in interface Function<org.mule.runtime.extension.api.runtime.operation.Result<InputPayload,InputAttr>,CompletableFuture<SourceExecutionResult<Output>>>CompletableFuture of the execution resultCopyright © 2026 MuleSoft, Inc.. All rights reserved.