Skip to main content
There are two way to send an event that will trigger eventTrigger():
  1. Use client.sendEvent() from anywhere in your codebase.
  2. Use io.sendEvent() from inside a Job's run() function.
You can have multiple Jobs that subscribe to the same event, they will all trigger when the event gets delivered.

Parameters

object
required