DataSource Extensions
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
DataSource Extensions
datasourcex-java-flow
/
com.caplin.integration.datasourcex.reactive.java
/
Bind
/
Companion
/
using
using
@
JvmStatic
fun
using
(
dataSource
:
DataSource
,
bind
:
Consumer
<
Bind
>
)
(
source
)
fun
using
(
dataSource
:
DataSource
,
bind
:
Bind
.
(
)
->
Unit
)
(
source
)
DSL entrypoint for binding
Publisher
streams to
DataSource
endpoints.