Explore the similarities and key differences between Java’s Stream and Reactor’s Flux.fromIterable().
Also find me here:
Baeldung Author
Rajni Kant
Full-stack developer for over 8 years, with a diverse skillset but Java holds a special place in my heart. I enjoy sharing my knowledge with others.
Here's what I've written (so far):
Baeldung on Java
- All
- Reactive (3)
- Testing (1)
- Spring WebFlux (1)
- Spring Boot (1)
- Networking (1)
- Java Streams (1)
- Core Java (1)
Convert Mono Object to Another Mono Object in Spring WebFlux
Filed under Reactive, Spring WebFlux
Learn various ways to convert one Mono object to another using Project Reactor.
Configuring @MockBean Components Before Application Start
Filed under Spring Boot, Testing
Tutorial on how to configure @MockBean components to test Spring Boot applications.
Mono just() vs defer() vs create() in Reactive Programming
Filed under Reactive
Discover different flavours to create a Mono in Reactive programming.
Getting Request Payload from POST Request in Java Servlet
Filed under Networking
A quick and practical guide to extracting request payload from POST requests in Java servlets.
Generate a Random Hexadecimal Value in Java
Filed under Core Java
Learn how to generate a random hexadecimal value in Java.