Converting a Webflux Request Into an RSocket Channel

Learn how to listen for new events over an RSocket using a channel.

We'll cover the following

Listening for new events

Having covered the two paradigms RSocket offers for 1-to-1 send-receive, we can now move into the really cool stuff. Namely, RSocket’s support for a bidirectional channel.

The following example sends a single message to subscribe to a flow of events:

Get hands-on with 1200+ tech skills courses.