EventRouter
Home > @backstage/plugin-events-node > EventRouter
Subscribes to a topic and - depending on a set of conditions - republishes the event to another topic.
Signature:
abstract class EventRouter
Constructors
|
Constructor |
Modifiers |
Description |
|---|---|---|
|
|
Constructs a new instance of the |
Methods
|
Method |
Modifiers |
Description |
|---|---|---|
|
| ||
|
| ||
|
Subscribes itself to the topic(s), after which events potentially can be received and processed by EventRouter.onEvent(). |