Skip to content

Commit

Permalink
mark PostgresNotifier as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
angryziber committed Mar 29, 2024
1 parent 5af8429 commit 46134db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jdbc/src/PostgresNotifier.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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<K: Any>(val events: Iterable<K>): Extension {
private val channels = events.associate { it.toString() to Channel<String>(UNLIMITED) }
private lateinit var db: DataSource
Expand Down

0 comments on commit 46134db

Please sign in to comment.