import { Name } from "<importPath>";
Name: WebsocketEventHandler
Import: import { WebsocketEventHandler } from "webiny/admin/websockets"
Source: @webiny/app-websockets/events/abstractions.ts
Description: Handlers registered against this abstraction receive EVERY incoming websocket message
(published as a WebsocketEvent by the websockets→EventPublisher bridge). Each handler
is responsible for filtering by event.payload.action and reacting to the ones it cares
about, instead of subscribing to the websocket service directly.