Skip to main content

@backstage/plugin-events-backend

Home > @backstage/plugin-events-backend

The Backstage backend plugin "events" that provides the event management.

Classes

ClassDescription
DefaultEventBrokerIn process event broker which will pass the event to all registered subscribers interested in it. Events will not be persisted in any form.
EventsBackendA builder that helps wire up all component parts of the event management.
HttpPostIngressEventPublisherPublishes events received from their origin (e.g., webhook events from an SCM system) via HTTP POST endpoint and passes the request body as event payload to the registered subscribers.