As part of
03dde45, the
`pre_ingest_process` and `post_ingest_process` hooks of the IIngesterPlugin were updated to pass the ingest
method to user-implemented ingestion plugins.
This change updates the IngesterBase to pass the `method` argument from the ingested payloads to the `pre_ingest_process`
and `post_ingest_process` hooks of the registered ingester plugins.
Testing Done: Updated tests
Signed-off-by: Andon Andonov <andonova@vmware.com>
As part of 03dde45, the pre_ingest_process and post_ingest_process hooks of the IIngesterPlugin were updated to pass the ingest method to user-implemented ingestion plugins.
This change updates the IngesterBase to pass the method argument from the ingested payloads to the pre_ingest_process and post_ingest_process hooks of the registered ingester plugins.
Testing Done: Updated tests