public interface OperationExecutor
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(OperationContext operationContext)
Executes the owning operation using the given
operationContext. |
<T> T execute(OperationContext operationContext) throws Exception
operationContext.
It returns a future to allow implementations on top of non-blocking execution engines.
This doesn't mean that it has to be executed in a non-blocking manner. Synchronous environments
can always return an immediate future.operationContext - a OperationContext with information about the executionExceptionCopyright © 2016 MuleSoft, Inc.. All rights reserved.