We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b250af0 commit 14ea5b1Copy full SHA for 14ea5b1
src/main/kotlin/PostgresFlowable.kt
@@ -15,7 +15,7 @@ object PostgresNotifyFlowable {
15
private val logger = LoggerFactory.getLogger(this::class.java)
16
17
/**
18
- * Returns a Flowable which for every NOTIFY send on any of the channels in [channels] will emit an event.
+ * Returns a [Flowable] which for every NOTIFY send on any of the channels in [channels] will emit an event.
19
* The connection will be polled every [pollingPeriodMs]. If a database call is unsuccessful, a reconnection will
20
* be initiated. In between trying to reconnect, it is going to wait [reconnectionTimeoutMs].
21
*
0 commit comments