RPCStreamRequest(function: RPCFunction!, arguments: MutableList<Any!>!)
The details for the function (the name of the function and its arguments.)
function
- RPCFunction!: the function to be invoked
arguments
- MutableList<Any!>!: the arguments for the function (can be any arbitrary class which can be marshalled into JSON.)