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
/
MessageBroker
Message
Broker
class
MessageBroker
(
queueMessages
:
Boolean
=
false
)
:
IPrintable
Members
Constructors
Message
Broker
Link copied to clipboard
constructor
(
queueMessages
:
Boolean
=
false
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
advise
On
Link copied to clipboard
fun
adviseOn
(
lifetime
:
Lifetime
,
entity
:
IRdWireable
)
dispatch
Link copied to clipboard
fun
dispatch
(
id
:
RdId
,
buffer
:
AbstractBuffer
,
tooBigMessage
:
String
?
)
print
Link copied to clipboard
open
override
fun
print
(
printer
:
PrettyPrinter
)
start
Delivering
Messages
Link copied to clipboard
fun
startDeliveringMessages
(
)
try
Get
By
Id
Link copied to clipboard
fun
tryGetById
(
rdId
:
RdId
)
:
IRdWireable
?