Stone.js API
    Preparing search index...
    • Read the Connection a WS adapter attached to an incoming realtime event.

      Gateways receive (payload, event); use this to reach the originating connection uniformly across @OnConnect, @OnEvent, and the rest.

      Type Parameters

      • T = unknown

      Parameters

      • event: IncomingEvent

        The incoming event.

      Returns Connection<T>

      The connection, or undefined when absent.