Polishing.

Fix Javadoc reference.

See #2778
This commit is contained in:
Mark Paluch
2023-12-13 09:10:29 +01:00
parent 5a2a92a221
commit 966dc05704

View File

@@ -146,7 +146,7 @@ public class ReactiveRedisMessageListenerContainer implements DisposableBean {
*
* @param channelTopics the channels to subscribe.
* @return the message stream.
* @throws InvalidDataAccessApiUsageException if {@code patternTopics} is empty.
* @throws InvalidDataAccessApiUsageException if {@code channelTopics} is empty.
* @see #receive(Iterable, SerializationPair, SerializationPair)
*/
public Flux<Message<String, String>> receive(ChannelTopic... channelTopics) {
@@ -168,7 +168,7 @@ public class ReactiveRedisMessageListenerContainer implements DisposableBean {
*
* @param channelTopics the channels to subscribe.
* @return the message stream.
* @throws InvalidDataAccessApiUsageException if {@code patternTopics} is empty.
* @throws InvalidDataAccessApiUsageException if {@code channelTopics} is empty.
* @since 2.6
*/
public Mono<Flux<Message<String, String>>> receiveLater(ChannelTopic... channelTopics) {