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
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
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.
© 2022 - 2024 — McMap. All rights reserved.