Skip to main content

RegisterCollatorParameters

Home > @backstage/plugin-search-backend-node > RegisterCollatorParameters

Parameters required to register a collator.

Signature:

export interface RegisterCollatorParameters 

Properties

PropertyModifiersTypeDescription
factoryDocumentCollatorFactoryThe class responsible for returning the document collator of the given type.
scheduleTaskRunnerThe schedule for which the provided collator will be called, commonly the result of PluginTaskScheduler.createScheduledTaskRunner()