public class EventArgumentResolver extends Object implements ArgumentResolver<MuleEvent>
ArgumentResolver which
returns the MuleEvent associated with a given
OperationContext.
Notice that for this to work, the OperationContext
has to be an instance of OperationContextAdapter| Constructor and Description |
|---|
EventArgumentResolver() |
| Modifier and Type | Method and Description |
|---|---|
MuleEvent |
resolve(org.mule.extension.runtime.OperationContext operationContext)
Resolves an argument's value from the given
operationContext |
public MuleEvent resolve(org.mule.extension.runtime.OperationContext operationContext)
operationContextresolve in interface ArgumentResolver<MuleEvent>operationContext - an OperationContextCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.