EventsServiceSubscribeOptions
Home > @backstage/plugin-events-node
> EventsServiceSubscribeOptions
Signature:
export type EventsServiceSubscribeOptions = {
id: string;
topics: string[];
onEvent: EventsServiceEventHandler;
};
References: EventsServiceEventHandler