rd-framework
Toggle table of contents
2026.1.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rd-framework
rd-framework
/
com.jetbrains.rd.framework
/
RdMessage
Rd
Message
class
RdMessage
(
val
id
:
RdId
,
val
istream
:
AbstractBuffer
,
val
tooBigMessage
:
String
?
)
Members
Constructors
Rd
Message
Link copied to clipboard
constructor
(
id
:
RdId
,
istream
:
AbstractBuffer
,
tooBigMessage
:
String
?
)
Properties
id
Link copied to clipboard
val
id
:
RdId
istream
Link copied to clipboard
val
istream
:
AbstractBuffer
too
Big
Message
Link copied to clipboard
val
tooBigMessage
:
String
?