Skip to content

Commit

Permalink
Merge #3564 into 3.6.0-RC1
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <odokuka@vmware.com>
  • Loading branch information
Oleh Dokuka committed Aug 17, 2023
2 parents 6dfcd3b + 9dabc13 commit 5553aa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4745,7 +4745,7 @@ public SignalListener<T> createListener(Publisher<? extends T> ignored1, Context
* in conjunction with the use of {@link #contextCapture()} operator down the chain.
*
* @param listenerFactory the {@link SignalListenerFactory} to create a new {@link SignalListener} on each subscription
* @return a new {@link Flux} with side effects defined by generated {@link SignalListener}
* @return a new {@link Mono} with side effects defined by generated {@link SignalListener}
* @see #tap(Supplier)
* @see #tap(Function)
*/
Expand Down

0 comments on commit 5553aa8

Please sign in to comment.