IncrementalEntityProvider.around()
Home > @backstage/plugin-catalog-backend-module-incremental-ingestion
> IncrementalEntityProvider
> around
Do any setup and teardown necessary in order to provide the context for fetching pages. This should always invoke burst
in order to fetch the individual pages.
Signature:
around(burst: (context: TContext) => Promise<void>): Promise<void>;
Parameters
Parameter |
Type |
Description |
---|---|---|
burst |
(context: TContext) => Promise<void> |
a function which performs a series of iterations |
Promise<void>