Class RpcServer

Constructors

Accessors

Methods

  • Unregister an RPC method

    Parameters

    • method: string

    Returns boolean

  • Send a notification to a specific client

    Parameters

    Returns Promise<void>

  • Broadcast a notification to all connected clients

    Parameters

    Returns Promise<void>