Rd Call
Constructors
Types
Functions
Creates a clone of this IRdBindable not bound to any protocol
Assigns IDs to this node and its child nodes in the graph.
Callback that wire triggers when it receives messaged
Assigns a handler that executes the API asynchronously.
Assigns a handler that executes the API synchronously.
Asynchronously invokes the API with the parameters given as request and waits for the result. The returned task will have its result value assigned through the given responseScheduler.
The same as startSuspending, but the lifetime is equivalent to the lifetime of the current coroutine. Asynchronously invokes the API with the parameters given as request and waits for the result suspending. If you use this method to get a bindable result, then it will be bound to the current IRdCall`s lifetime. If you want to bind the result to a different lifetime, you should use a startSuspending method with lifetime
Asynchronously invokes the API with the parameters given as request and waits for the result suspending.
Properties
Scheduler on which wire invokes callback onWireReceived. Default is the same as protocol's one.