RpcDispatcher

interface RpcDispatcher

Generated flow interface implementations use this interface to dispatch method calls to the flow implementations, potentially across the network.

Inheritors

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract suspend fun dispatch(target: String, method: String, args: DataItem): List<DataItem>