@Component
public class Enrichment
extends java.lang.Object
| Constructor and Description |
|---|
Enrichment(EnrichmentsRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
enrich(BatchItem batchItem,
EventType eventType) |
void |
validate(EventType eventType) |
@Autowired public Enrichment(EnrichmentsRegistry registry)
public void validate(EventType eventType) throws InvalidEventTypeException
InvalidEventTypeExceptionpublic void enrich(BatchItem batchItem, EventType eventType) throws EnrichmentException
EnrichmentException