Package step.core.objectenricher
Interface ObjectEnricher
-
- All Superinterfaces:
Consumer<step.core.objectenricher.EnricheableObject>
public interface ObjectEnricher extends Consumer<step.core.objectenricher.EnricheableObject>
Instances of this class are responsible for the enrichment of entities with context parameters. Enrichment refers to the process of adding context parameters to entities that are subject to it (entities implementingEnricheableObject)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getAdditionalAttributes()
-