tuweni / org.apache.tuweni.scuttlebutt.rpc / RPCStreamRequest / <init>

<init>

RPCStreamRequest(function: RPCFunction!, arguments: MutableList<Any!>!)

The details for the function (the name of the function and its arguments.)

Parameters

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.)