@sourceloop/reporting-service / Exports / IngestionHandler
Interface: IngestionHandler¶
Table of contents¶
Properties¶
Properties¶
processMessage¶
• processMessage: (DBO
: DataStoreAdapter
, payload
: IngestReportRecord
, ingestionMappingContext
: IngestionMapping
) => Promise
<void
>
Type declaration¶
▸ (DBO
, payload
, ingestionMappingContext
): Promise
<void
>
Parameters¶
Name | Type |
---|---|
DBO |
DataStoreAdapter |
payload |
IngestReportRecord |
ingestionMappingContext |
IngestionMapping |
Returns¶
Promise
<void
>
Defined in¶
services/reporting-service/src/interfaces/ingestion-handler.interface.ts:6