Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Fullstack RPC service manager.
actual open class RpcServiceManager<out T : Any>(serviceClass: KClass<T>) : RpcServiceManagerJs<T> , RpcServiceMgr<T>
Fullstack RPC service manager.
actual open class RpcServiceManager<out T : Any>(serviceClass: KClass<T>) : RpcServiceBinder<T, RequestHandler, WebsocketHandler, SseHandler> , RpcServiceMgr<T>
Fullstack service manager for Jooby.
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
fun <T : Any> CoroutineRouter.applyRoutes(serviceManager: RpcServiceManager<T>, serializersModules: List<SerializersModule>? = null)
fun <T : Any> Kooby.applyRoutes(serviceManager: RpcServiceManager<T>, serializersModules: List<SerializersModule>? = null)
A function to generate routes based on definitions from the service manager.
Link copied to clipboard
This will make IntelliJ think that this function exists. The real implementation will be generated by the Kilua RPC Gradle Plugin.
Link copied to clipboard
This will make IntelliJ think that this function exists. The real implementation will be generated by the Kilua RPC Gradle Plugin.
Link copied to clipboard
This will make IntelliJ think that this function exists. The real implementation will be generated by the Kilua RPC Gradle Plugin.
Link copied to clipboard
Initialize default static resources for Jooby server.