toggle menu
river
jvm
switch theme
search in API
connector-amqp
/
com.river.connector.amqp
/
publishFlow
publish
Flow
@
ExperimentalRiverApi
fun
Connection
.
publishFlow
(
exchange
:
String
,
routingKey
:
String
,
upstream
:
Flow
<
Message.Simple
>
)
:
Flow
<
Unit
>
@
ExperimentalRiverApi
fun
Channel
.
publishFlow
(
exchange
:
String
,
routingKey
:
String
,
upstream
:
Flow
<
Message.Simple
>
)
:
Flow
<
Unit
>
@
ExperimentalRiverApi
fun
Channel
.
publishFlow
(
upstream
:
Flow
<
Message.Default
>
)
:
Flow
<
Unit
>