Skip to content

Commit 14ea5b1

Browse files
committed
adds link to Flowable in documentation
1 parent b250af0 commit 14ea5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/PostgresFlowable.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object PostgresNotifyFlowable {
1515
private val logger = LoggerFactory.getLogger(this::class.java)
1616

1717
/**
18-
* Returns a Flowable which for every NOTIFY send on any of the channels in [channels] will emit an event.
18+
* Returns a [Flowable] which for every NOTIFY send on any of the channels in [channels] will emit an event.
1919
* The connection will be polled every [pollingPeriodMs]. If a database call is unsuccessful, a reconnection will
2020
* be initiated. In between trying to reconnect, it is going to wait [reconnectionTimeoutMs].
2121
*

0 commit comments

Comments
 (0)