Uses of Interface
org.mule.runtime.extension.api.client.OperationParameterizer
Packages that use OperationParameterizer
-
Uses of OperationParameterizer in org.mule.runtime.extension.api.client
Methods in org.mule.runtime.extension.api.client that return OperationParameterizerModifier and TypeMethodDescriptionOperationParameterizer.inTheContextOf(org.mule.runtime.api.event.Event event) Specifies an event to which this operation is relative to.Method parameters in org.mule.runtime.extension.api.client with type arguments of type OperationParameterizerModifier and TypeMethodDescription<T,A> CompletableFuture<Result<T, A>> ExtensionsClient.execute(String extension, String operation, Consumer<OperationParameterizer> parameters) Executes an operation asynchronously by returning aCompletableFutureinstance that will complete into aResultwith the corresponding payload and attributes after the operation execution finished.