Skip to main content

EventsBackend

Home > @backstage/plugin-events-backend > EventsBackend

Warning: This API is now obsolete.

EventBroker, EventPublisher, and EventSubscriber got replaced by EventsService and its methods.

A builder that helps wire up all component parts of the event management.

Signature:

class EventsBackend 

Constructors

ConstructorModifiersDescription
(constructor)(logger)Constructs a new instance of the EventsBackend class

Methods

MethodModifiersDescription
addPublishers(publishers)
addSubscribers(subscribers)
setEventBroker(eventBroker)
start()Wires up and returns all component parts of the event management.