-
Same as title, |
Beta Was this translation helpful? Give feedback.
Answered by
mp911de
Jun 27, 2022
Replies: 1 comment 1 reply
-
Subscription and pub/sub consumption are different topics. For subscribing, you use the regular |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wangmir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Subscription and pub/sub consumption are different topics. For subscribing, you use the regular
(p)subscribe()
methods passing on channel/pattern names. For listening, I recommend using the reactive API where you can obtain aFlow
object from a messageFlux
.