Slide 70
Slide 70 text
The requests triggered by a client, are received by Netty,
which is our non-blocking server, which will be received by
the event loop, which will receive this event and dispatch
it, the reactive adapter (reactor-netty), will pass this on to
the dispacther handler who is in charge of the endpoint to
pass this information back to the client, this occurs
asynchronously and not blocking.
@kamilah_santos