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)
  3. void notifyMethod(string method, JSONValue value)
  4. void notifyMethod(string method, JsonValue value)
    class RPCProcessor
    void
    notifyMethod
    (
    string method
    ,
    JsonValue value
    )

Meta