Interface PreIngestPlugin


public interface PreIngestPlugin
Executes business logic prior to an ingest operation executing. For example if Metacards need to be validated prior to CatalogProvider.create(CreateRequest) a PreIngestPlugin can do the validation.
See Also: