sqlx4k
Toggle table of contents
0.70.0
common
Platform filter
common
Switch theme
Search in API
sqlx4k
sqlx4k-postgres
/
io.github.smyrgeorge.sqlx4k.postgres
/
IPostgresSQL
/
listen
listen
abstract
suspend
fun
listen
(
channel
:
String
,
f
:
(
Notification
)
->
Unit
)
abstract
suspend
fun
listen
(
channels
:
List
<
String
>
,
f
:
(
Notification
)
->
Unit
)