public interface ExpressionLanguageExtension
ExpressionLanguageContext
instance provided. Note: The context provided,
is a static context with no message context available. In order to work with per-evaluation context
including the message (including it's payload and properties) and flow/session variables then you should
implement ExpressionLanguageFunction
's and make these available in the context.Modifier and Type | Method and Description |
---|---|
void |
configureContext(ExpressionLanguageContext context) |
void configureContext(ExpressionLanguageContext context)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.