Skip to main content

EventSubscriber

Home > @backstage/plugin-events-node > EventSubscriber

Warning: This API is now obsolete.

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

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

Signature:

export interface EventSubscriber 

Methods

MethodDescription
onEvent(params)React on a received event.
supportsEventTopics()Supported event topics like "github", "bitbucketCloud", etc.