Beware of using spring WebClient(Episode7)
This episode story is simple.
If we receive response that is list type, we can use flatMapIterable operator(finally return type is Flux). Sometimes, I found the Mono<List<T>> type.
public Flux<String> getData() {
return this.webClient.get()
...
yangbongsoo.hashnode.dev1 min read