Skip to main content

EventPublisher

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

Warning: This API is now obsolete.

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

Publishes events to be consumed by subscribers for their topic. The events can come from different (external) sources like emitted themselves, received via HTTP endpoint (i.e. webhook) or from event brokers, queues, etc.

Signature:

export interface EventPublisher 

Methods

MethodDescription
setEventBroker(eventBroker)