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 implementing EnricheableObject)
    • Method Detail