RPCProcessor.notifyMethod

Sends a notification with the given method name to the other RPC side with the given value parameter serialized to JSON.

  1. void notifyMethod(string method)
  2. void notifyMethod(string method, T value)
    class RPCProcessor
    void
    notifyMethod
    (
    T
    )
    (
    string method
    ,)

Meta