EventRouter.(constructor)
Home > @backstage/plugin-events-node > EventRouter > (constructor)
Constructs a new instance of the EventRouter class
Signature:
protected constructor(options: {
events: EventsService;
topics: string[];
});
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
options |
{ events: EventsService; topics: string[]; } |