notification


Description:

public virtual signal void notification (string method_name, Variant? @params)

This signal is emitted when a notification has been received from a peer.

Unlike [signal@Client:JsonrpcClient:handle-call], this does not have an "id" parameter because notifications do not have ids. They do not round trip.

Parameters:

method

The method name of the notification

params

Params for the notification