Backstage
    Preparing search index...

    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.

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

    interface EventPublisher {
        setEventBroker(eventBroker: EventBroker): Promise<void>;
    }

    Implemented by

    Index

    Methods