diff --git a/jdbc/src/PostgresNotifier.kt b/jdbc/src/PostgresNotifier.kt index 99994aed..2208cd7f 100644 --- a/jdbc/src/PostgresNotifier.kt +++ b/jdbc/src/PostgresNotifier.kt @@ -14,6 +14,7 @@ import kotlin.concurrent.thread import kotlin.time.Duration import kotlin.time.Duration.Companion.seconds +@Deprecated("Experimental", level = DeprecationLevel.WARNING) class PostgresNotifier(val events: Iterable): Extension { private val channels = events.associate { it.toString() to Channel(UNLIMITED) } private lateinit var db: DataSource