RpcObjectKey

@Target(allowedTargets = [AnnotationTarget.CLASS])
expect annotation class RpcObjectKey(val rpcObject: KClass<out RpcObject<*>>)
@Target(allowedTargets = [AnnotationTarget.CLASS])
actual annotation class RpcObjectKey(val rpcObject: KClass<out RpcObject<*>>)

Used to find RpcObject of services in js implementations.

@Target(allowedTargets = [AnnotationTarget.CLASS])
actual annotation class RpcObjectKey(val rpcObject: KClass<out RpcObject<*>>)
@Target(allowedTargets = [AnnotationTarget.CLASS])
actual annotation class RpcObjectKey(val rpcObject: KClass<out RpcObject<*>>)

Used to find RpcObject of services in native implementations.

@Target(allowedTargets = [AnnotationTarget.CLASS])
actual annotation class RpcObjectKey(val rpcObject: KClass<out RpcObject<*>>)

Used to find RpcObject of services in js implementations.

Properties

Link copied to clipboard
expect val rpcObject: KClass<out RpcObject<*>>
actual val rpcObject: KClass<out RpcObject<*>>
actual val rpcObject: KClass<out RpcObject<*>>
actual val rpcObject: KClass<out RpcObject<*>>
actual val rpcObject: KClass<out RpcObject<*>>