Build the simple Non Blocking API - Mono - Build Reactive API Using Spring Boot/Spring WebFlux

preview_player
Показать описание
In this video, we will build an endpoint that returns a Mono and write a JUNIT test case using WebTestClient.

Рекомендации по теме
Комментарии
Автор

Great work, could please make one scenario where to extract Mono<List<Object>> to List<Object> and Mono<String> to String?

madhavar
Автор

Hi please tell why u used wrapper class for expected value and not directly int expected = 1

rahulagnihotri