Return whether the given property represents a notification. If true,
the promise returned from the invocation will resolve immediately to undefined
A property leads to a notification rather than a method call if its name
begins with notify
or on
.
The property being called on the proxy.
Whether p
represents a notification.
A proxy handler that will send any method invocation on the proxied object as a rcp protocol message over a channel.