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