Uses of Class
org.mule.runtime.extension.api.runtime.operation.Result
Packages that use Result
Package
Description
-
Uses of Result in org.mule.runtime.extension.api.client
Methods in org.mule.runtime.extension.api.client that return ResultModifier and TypeMethodDescription<T,A> Result<T, A> ExtensionsClient.execute(String extension, String operation, OperationParameters parameters) Deprecated.since 4.5.0.Methods in org.mule.runtime.extension.api.client that return types with arguments of type ResultModifier 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.<T,A> CompletableFuture<Result<T, A>> ExtensionsClient.executeAsync(String extension, String operation, OperationParameters parameters) Deprecated.since 4.5.0. -
Uses of Result in org.mule.runtime.extension.api.client.source
Methods in org.mule.runtime.extension.api.client.source that return Result -
Uses of Result in org.mule.runtime.extension.api.runtime.operation
Methods in org.mule.runtime.extension.api.runtime.operation that return Result -
Uses of Result in org.mule.runtime.extension.api.runtime.process
Methods in org.mule.runtime.extension.api.runtime.process with parameters of type Result -
Uses of Result in org.mule.runtime.extension.api.runtime.route
Methods in org.mule.runtime.extension.api.runtime.route with parameters of type ResultModifier and TypeMethodDescriptionvoidExecutes the chain of components starting with the givenResultdata as inputMessage.Method parameters in org.mule.runtime.extension.api.runtime.route with type arguments of type ResultModifier and TypeMethodDescriptionvoidChain.process(Object payload, Object attributes, Consumer<Result> onSuccess, BiConsumer<Throwable, Result> onError) Executes the chain of components starting with the givenpayloadandattributesasMessage.voidChain.process(Object payload, Object attributes, Consumer<Result> onSuccess, BiConsumer<Throwable, Result> onError) Executes the chain of components starting with the givenpayloadandattributesasMessage.voidExecutes the chain of components starting with the same input message that it's container scope received.voidExecutes the chain of components starting with the same input message that it's container scope received.voidExecutes the chain of components starting with the givenResultdata as inputMessage.voidExecutes the chain of components starting with the givenResultdata as inputMessage. -
Uses of Result in org.mule.runtime.extension.api.runtime.source
Methods in org.mule.runtime.extension.api.runtime.source with parameters of type ResultModifier and TypeMethodDescriptionvoidPasses the givenresultback to the runtime for processing.voidSourceCallback.handle(Result<T, A> result, SourceCallbackContext context) Passes the givenresultback to the runtime for processing.abstract voidPollingSource.onRejectedItem(Result<T, A> result, SourceCallbackContext callbackContext) If one of the items dispatched throughPollContext.accept(Consumer)were rejected (either by watermarking, idempotency, server overload, etc.), this method is to be used to released any resources associated to the givenresult.Sets the item content in the form of aResult