CatalogBuilder.build()
Home > @backstage/plugin-catalog-backend
> CatalogBuilder
> build
Wires up and returns all of the component parts of the catalog
Signature:
build(): Promise<{
processingEngine: CatalogProcessingEngine;
router: Router;
}>;
Returns:
Promise<{ processingEngine: CatalogProcessingEngine; router: Router; }>