kotlinx.rpc 0.9.1 Help

Service Descriptors

Service Descriptors allow you to access entities generated by the compiler plugin. You can access them by using the following code:

serviceDescriptorOf<MyService>()

For the list of available entities, refer to the source code.

Last modified: 28 January 2025