Backstage
    Preparing search index...

    Parameters required to register a collator.

    interface RegisterCollatorParameters {
        factory: DocumentCollatorFactory;
        schedule: SchedulerServiceTaskRunner;
    }
    Index

    Properties

    Properties

    The class responsible for returning the document collator of the given type.

    The schedule for which the provided collator will be called, commonly the result of @backstage/backend-plugin-api#SchedulerService.createScheduledTaskRunner