Backstage
    Preparing search index...

    Handles received events. This may include triggering refreshes of catalog entities or other actions to react on events.

    use the EventsService via the constructor, setter, or other means instead

    interface EventSubscriber {
        onEvent(params: EventParams): Promise<void>;
        supportsEventTopics(): string[];
    }

    Implemented by

    Index

    Methods

    • Supported event topics like "github", "bitbucketCloud", etc.

      Returns string[]

      use the EventsService via the constructor, setter, or other means instead