RPCExtensionServiceRegistry

class RPCExtensionServiceRegistry(extensions: List<RPCNodeExtension>) : ServiceRegistry

Functions

getCallById
Link copied to clipboard
open override fun <T : RunnableCallDescription<*>> getCallById(id: ServiceCallIdentifier, type: KClass<T>): T?