onMessage

abstract var onMessage: suspend (JSONRPCMessage) -> Unit?(source)

Callback for when a message (request or response) is received over the connection.