RPCProcessor.notifyMethodRaw

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

class RPCProcessor
void
notifyMethodRaw
(
string method
,
scope const(char)[] value
)

Meta