RPCImplementationRegistry
interface RPCImplementationRegistry
Content copied to clipboard
Functions
callImplementation
Link copied to clipboard
abstract fun <T : RPC.Implementation> callImplementation(id: ServiceCallIdentifier, type: KClass<T>): T
Content copied to clipboard
Extensions
callImplementation
Link copied to clipboard
inline fun <T : RPC.Implementation> RPCImplementationRegistry.callImplementation(id: ServiceCallIdentifier): T
Content copied to clipboard