Skip to main content

SubTopicEventRouter

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

Subscribes to the provided (generic) topic and publishes the events under the more concrete sub-topic depending on the implemented logic for determining it. Implementing classes might use information from metadata and/or properties within the payload.

Signature:

abstract class SubTopicEventRouter extends EventRouter 

Extends: EventRouter

Constructors

ConstructorModifiersDescription
(constructor)(options)protectedConstructs a new instance of the SubTopicEventRouter class

Methods

MethodModifiersDescription
determineDestinationTopic(params)protected
determineSubTopic(params)

protected

abstract