CatalogBuilder.replaceProcessors()
Home > @backstage/plugin-catalog-backend
> CatalogBuilder
> replaceProcessors
Sets what entity processors to use. These are responsible for reading, parsing, and processing entities before they are persisted in the catalog.
This function replaces the default set of processors, consider using with ; use with care.
Signature:
replaceProcessors(processors: CatalogProcessor[]): CatalogBuilder;
Parameters
Parameter |
Type |
Description |
---|---|---|
processors |
One or more processors |