public interface RemoteApplicationInvoker
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RemoteApplicationInvoker.ApplicationRemoteFunction<R>
A function that receives the applicationId from the application deploy on Mule Runtime and the service to invoke operations
remotely on Mule Runtime.
|
| Modifier and Type | Method and Description |
|---|---|
<R> R |
evaluateWithRemoteApplication(RemoteApplicationInvoker.ApplicationRemoteFunction<R> function)
Evaluates the given function in the context of a remote application from Mule Runtime.
|
<R> R evaluateWithRemoteApplication(RemoteApplicationInvoker.ApplicationRemoteFunction<R> function)
NoSuchApplicationException it will do a deploy and invoke the function.R - the type for the result of the function.function - to be executed against a deployed application.<R>Copyright © 2022 MuleSoft, Inc.. All rights reserved.