public interface IEnricher extends IUniquelyNamed, Serializable
Integration enricher for an entity
Modifier and Type | Interface and Description |
---|---|
static class |
IEnricher.EnricherScope |
Modifier and Type | Field and Description |
---|---|
static String |
ENRICHER_PREFIX |
SEP
Modifier and Type | Method and Description |
---|---|
String |
getCondition() |
IEntity |
getDeclaringEntity() |
IEnricher.EnricherScope |
getEnricherExecutionScope()
Indicates on which phase the enricher is executed in integration jobs
|
String |
getName() |
boolean |
isActive()
Deprecated.
|
getPrefixedUniqueName, getUniqueName
static final String ENRICHER_PREFIX
IEntity getDeclaringEntity()
String getName()
@Deprecated boolean isActive()
IEnricher.EnricherScope getEnricherExecutionScope()
String getCondition()
Copyright © 2016. All Rights Reserved.