| Package | Description |
|---|---|
| org.mule.runtime.extension.api.client |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOperationParameters
Default
OperationParameters implementation, works as a generic OperationParameters for every extension operation. |
| 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 © 2017 MuleSoft, Inc.. All rights reserved.