EventsService.publish()
Home > @backstage/plugin-events-node > EventsService > publish
Publishes an event for the topic.
Signature:
publish(params: EventParams): Promise<void>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
params |
parameters for the to be published event. |
Promise<void>