SSEemitter vs Flux in spring boot
Asked Answered
M

1

8

I am having confusion between the SSEemitter and flux in spring Boot for sending one way asynchronous message to the client.

Want to know the use cases for both the terms with respect to Spring boot

Meltage answered 18/12, 2019 at 18:32 Comment(0)
W
0

One is using reactive/Flux and another is not. Here SSEemitter based implementation. You don't need reactive background. Reactive can take some time to understand if you haven't done it earlier.

Willumsen answered 29/9, 2020 at 1:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.