onEventPublished( )


Notes:

Triggered when an event is published.

Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: EventPublishedEnvelope): void | Promise<void>

Did this help?