| Package | Description |
|---|---|
| org.mule.runtime.extension.api.client |
| Modifier and Type | Method and Description |
|---|---|
<T,A> Result<T,A> |
ExtensionsClient.execute(String extension,
String operation,
OperationParameters parameters)
Executes an operation synchronously and returns a
Result with the operation's output and attributes if available. |
<T,A> CompletableFuture<Result<T,A>> |
ExtensionsClient.executeAsync(String extension,
String operation,
OperationParameters parameters)
Executes an operation asynchronously by returning a
CompletableFuture instance that will complete into a
Result with the corresponding payload and attributes after the operation execution finished. |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.