fun handleEvent(pingEvent: PingEvent): Job
(source)
Handle an event and send the appropriate pings.
Valid events are:
pingEvent
- The type of the event.
Return
A Job, only to be used when testing, which allows to wait on
the ping submission.