public interface RemoteDomainInvoker
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RemoteDomainInvoker.DomainRemoteFunction<R>
A function that receives the domainId from the domain deploy on Mule Runtime and the service to invoke operations remotely on
Mule Runtime.
|
| Modifier and Type | Method and Description |
|---|---|
<R> R |
evaluateWithRemoteDomain(RemoteDomainInvoker.DomainRemoteFunction<R> function)
Evaluates the given function in the context of a remote domain from Mule Runtime.
|
<R> R evaluateWithRemoteDomain(RemoteDomainInvoker.DomainRemoteFunction<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 domain.<R>Copyright © 2024 MuleSoft, Inc.. All rights reserved.