using

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.