mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
IJPL-238173 [rpc] Allow accessing entities from rpc platform modules for external developers
(cherry picked from commit 8f0dc34613a15265e5f0eed44566ad2fb5781e42) IJ-CR-195627 GitOrigin-RevId: 01f9e465bfaa08e12cc99ac009085beee3ebd003
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1cf38940b8
commit
014369e90a
@@ -0,0 +1,6 @@
|
||||
com.intellij.platform.rpc.backend.RemoteApiProvider
|
||||
- sf:Companion:com.intellij.platform.rpc.backend.RemoteApiProvider$Companion
|
||||
- a:remoteApis(com.intellij.platform.rpc.backend.RemoteApiProvider$Sink):V
|
||||
f:com.intellij.platform.rpc.backend.RemoteApiProvider$Companion
|
||||
com.intellij.platform.rpc.backend.RemoteApiProvider$Sink
|
||||
- a:remoteApi(fleet.rpc.RemoteApiDescriptor,kotlin.jvm.functions.Function0):V
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
@Internal
|
||||
package com.intellij.platform.rpc.backend;
|
||||
|
||||
import org.jetbrains.annotations.ApiStatus.Internal;
|
||||
@@ -0,0 +1,5 @@
|
||||
com.intellij.platform.rpc.RemoteApiProviderService
|
||||
- sf:Companion:com.intellij.platform.rpc.RemoteApiProviderService$Companion
|
||||
- a:resolve(fleet.rpc.RemoteApiDescriptor,kotlin.coroutines.Continuation):java.lang.Object
|
||||
f:com.intellij.platform.rpc.RemoteApiProviderService$Companion
|
||||
- f:resolve(fleet.rpc.RemoteApiDescriptor,kotlin.coroutines.Continuation):java.lang.Object
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
@Internal
|
||||
package com.intellij.platform.rpc;
|
||||
|
||||
import org.jetbrains.annotations.ApiStatus.Internal;
|
||||
Reference in New Issue
Block a user