fus-api
Toggle table of contents
2.0.241
common
Target filter
common
Switch theme
Search in API
Skip to content
fus-api
fus-api
/
com.jetbrains.fus.reporting
/
MessageBus
/
subscribe
subscribe
fun
<
T
:
Any
>
subscribe
(
topic
:
Topic
<
T
>
)
:
Flow
<
T
>
fun
<
T
:
Any
>
subscribe
(
topic
:
Topic
<
T
>
,
errorHandler
:
(
Throwable
)
->
Unit
=
{}
,
handle
:
suspend
(
message
:
T
)
->
Unit
)
:
MessageHandler
<
T
>