public abstract class AbstractEnricherDataTypePropagator extends Object implements EnricherDataTypePropagator
EnricherDataTypePropagator| Constructor and Description |
|---|
AbstractEnricherDataTypePropagator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
doPropagate(Event event,
Event.Builder builder,
org.mule.runtime.api.metadata.TypedValue typedValue,
org.mule.mvel2.ast.ASTNode node) |
boolean |
propagate(Event event,
Event.Builder builder,
org.mule.runtime.api.metadata.TypedValue typedValue,
org.mule.mvel2.compiler.CompiledExpression compiledExpression)
Propagates
DataType on message enrichment |
public boolean propagate(Event event, Event.Builder builder, org.mule.runtime.api.metadata.TypedValue typedValue, org.mule.mvel2.compiler.CompiledExpression compiledExpression)
EnricherDataTypePropagatorDataType on message enrichmentpropagate in interface EnricherDataTypePropagatorevent - event being enrichedtypedValue - value used to enrich the messagecompiledExpression - assignment expression used for enrichmentprotected abstract boolean doPropagate(Event event, Event.Builder builder, org.mule.runtime.api.metadata.TypedValue typedValue, org.mule.mvel2.ast.ASTNode node)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.