getGlobalEventMonitor static method

GlobalWebSocketMonitor getGlobalEventMonitor()

Returns a monitor that provides streams of events for all WebSockets constructed via w_transport.

These streams may be useful for reporting analytics/metrics.

Implementation

static GlobalWebSocketMonitor getGlobalEventMonitor() =>
    newGlobalWebSocketMonitor();