public interface OperationContext
| Modifier and Type | Method and Description |
|---|---|
<C> C |
getConfigurationInstance()
Returns an object which is configuring the operation being executed.
|
Operation |
getOperation()
The
Operation model for the
actual processor being executed |
Object |
getParameterValue(String parameterName)
Returns the value associated to a parameter of name
parameterName |
Operation getOperation()
Operation model for the
actual processor being executedOperationObject getParameterValue(String parameterName)
parameterName<C> C getConfigurationInstance()
Configuration
model that was set for the operationC - the generic type of the configuration instanceC consistent with a corresponding Configuration modelCopyright © 2015 MuleSoft, Inc.. All rights reserved.