Handle an incoming message by calling the appropriate callback for the request associated with it. Callbacks registered to the exact requestId will be delivered. If there's no exact match with a specific request, then we will attempt to deliver to the registered notification callback for the message type.To handle messages yourself, you should call
runCallbacks() instead.
ParametersmessageThe message to handle.